Metadata-Version: 2.0
Name: effect
Version: 0.1a2
Summary: pure effects for Python
Home-page: http://github.com/radix/effect/
Author: Christopher Armstrong
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: six

A way to isolate effects (IO and state manipulation) from the rest of your code


