Ioflo

Latest version: v2.0.3

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 17

0.9.06

Minor cleanup
Changed name of Udpserver class


------------
20140205
-----------

0.9.05

Added parms to metamethod __register__ and also Parms class attribute to Actor
This allows setting a different set of default arguments to the action method
parameters. Useful for alternate registrations of a given Actor class
Updated the decorators to use as well.



------------
20140204
-----------

0.9.03

Finished refactor of act actor managment and resolution with class based registry
Added decorators actorify and deedify to make it easier to create custom do behaviors

Added at context clause to do verb to allow specifying context on a do by do basis
Updated documentation to use refined terminology of declarative sentences not commands
Changed builder error messages to use 'verb' not 'command'


-----------
20140125
-----------

0.9.01

Added SideAct class that uses .action attribute to call different method
in its associated actor. This is to support conversion of special Actor on
other actor/act to be SideAct on same actor but different mthod. So all in one
place.

Refactored act.inits and act.ioints and registry so do not save empty dicts but
save None. More memory efficient.
ioints saved in Act are only the ones from builder not combined
with registry (change where initio gets called not in resolve but before resolve)
also change it so Act has by default None for ioints and inits to save space.

Replaced deactivator with new SideAct class and new way to do anciliary actors

do verb now supports with and from clauses to setup inits

-------------
20140124
------------

0.9.0

This version is incompatible with previous versions.

A major refactor of the "Action" (Actor) Registration method and resolution
for Framers to simplify custom Action programming and also enable easier framer
cloning was added.

Refactor Actor registration internally to use new metaclass and refactor resolution
to that Actor creation is done at resolve time not build time. This gets rid
of need for createIntances for Actors. This also makes it easier to specify new Actions
since all in one place.

Some syntax changes.

Tasker command is broken still

load command file path is now computed relative the the plan file in which the
load appears and not the directory where ioflo executable lives

--------
20140115
--------

0.8.4

postinitio on Deeds not gets passed in **parms so ParamDeeds can do init on parms

Added console log message when skeddar fails to build

Added default preface to be .__class__.__name__ to Register init so that any
Registered subclass gets friendly appropriate name without having to have u
unique .__init__ method just for the preface.
removed all superfluous __init__ methods


---------
20140112
------------

Page 15 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.