Metadata-Version: 1.0
Name: memento
Version: 0.2
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. Two implementations are included. One is
        inspired by the RollBackImporter used by Steve Purcell in PyUnit.
        (http://pyunit.sourceforge.net/notes/reloading.html).
        The other reloads a list of packages you supply (minus a list
        of exceptions).
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
