Updated storing module classes properties to use decorator syntax Refactored aid package into smaller sub modules for better future proofing Refactored async io modules to be in new aio package with finer granularity for future proofing Minor bug fixes and improvements More unittests
--------- 20151018 ---------
1.4.3
Fixed typo
--------- 20151018 ---------
1.4.2
Refactored consoling package location still supports old location As ioflo helper libraries are growing in size, refactoring now to make it less likely to need change in future as other projects become dependant.
--------- 20151016 ---------
1.4.1
Refactored the httping.py module into a package http with submodules as the the size of the module was getting unwieldy
Refactored naming of Deed. Now alised with Doer. Preferred it Doer. Deedify now aliased with preferred Doify Actorify not alised with preferred Actify
--------- 20151015 ---------
1.4.0
Added Valet a WSGI server class that works within Ioflo
Changed interface to packify unpackify
Some refactoring of nonblocking tcp classes to remove unneeded extra deque stage on input
Refactor header parsing of http responses
Requestant and respondant are now subclass of Parsent Added .error and .errored attributes of Parsent so can report errors in processing or waiting
Parsent close method now being called if connection closed prematurely
--------- 20150819 ---------
1.3.9
Added support for serial driver stack for higher level serial protocol nonblocking on top of raw nonblocking serial port