Metadata-Version: 1.1
Name: repoze.tm
Version: 1.0a5
Summary: Zope-like transaction manager via WSGI middleware
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.tm (Transaction Manager)
        ===============================
        
        Middleware which uses the ZODB transaction manager to wrap a call to
        its pipeline children inside a transaction.
        
        See docs/index.rst for documentation.
        
        
Keywords: web application server wsgi zope repoze
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
