Metadata-Version: 1.0
Name: pyramid-tm
Version: 0.1
Summary: A package which allows Pyramid requests to join the active transaction
Home-page: http://docs.pylonsproject.org
Author: Rocky Burt
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_tm``
        ==============
        
        ``pyramid_tm`` is a package which allows Pyramid requests to join
        the active transaction as provided by the `transaction
        <http://pypi.python.org/pypi/transaction>`_ package.
        
        See `http://docs.pylonsproject.org/projects/pyramid_tm/dev/
        <http://docs.pylonsproject.org/projects/pyramid_tm/dev/>`_ 
        or ``docs/index.rst`` in this distribution for detailed
        documentation.
        
        
        0.1 (2011-02-23)
        ----------------
        
        - Initial release, based on repoze.tm2
        
Keywords: wsgi pylons pyramid transaction
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
