Metadata-Version: 2.0
Name: reversible
Version: 0.1.1
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
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

``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.

Documentation
    http://reversible.readthedocs.org/en/latest/
PyPI
    https://pypi.python.org/pypi/reversible


