Metadata-Version: 1.1
Name: reversible
Version: 0.2.0
Summary: A Python library to represent, construct, chain, and execute reversible actions.
Home-page: https://github.com/abhinav/reversible
Author: Abhinav Gupta
Author-email: mail@abhinavg.net
License: MIT
Description: ``reversible``
        ==============
        
        ``reversible`` provides a simple abstraction for actions that can be
        reversed or rolled back and provides methods to construct, chain, and
        consume them in a readable way.
        
        **New in 0.2**:
        
        -  Support for Tornado coroutines as actions
        
        Documentation
            http://reversible.readthedocs.org/en/latest/
        
        PyPI
            https://pypi.python.org/pypi/reversible
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
