Metadata-Version: 1.0
Name: memento
Version: 0.1
Summary: WSGI middleware for per request code reloading.
Home-page: http://lukearno.com/projects/memento/
Author: Luke Arno
Author-email: luke.arno@gmail.com
License: GPL2
Description: This distribution provides code reloading middleware for use with
        your WSGI applications. Upon recieving each request, it forgets
        everything that it has imported since the last request so that
        it is imported all over again. The concept was inspired by the
        RollBackImporter used by Steve Purcell in PyUnit.
        (http://pyunit.sourceforge.net/notes/reloading.html)
Keywords: wsgi web http reloading middleware webapps
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
