Metadata-Version: 1.0
Name: more.transaction
Version: 0.3
Summary: transaction integration for Morepath
Home-page: http://pypi.python.org/pypi/more.transaction
Author: Martijn Faassen
Author-email: faassen@startifact.com
License: BSD
Description: more.transaction: SQLAlchemy and ZODB integration for Morepath
        ==============================================================
        
        more.transaction builds on the transaction_ module to let you
        integrate SQLAlchemy or ZODB (or both!) into Morepath_ applications.
        
        See https://github.com/morepath/morepath_sqlalchemy for a demo.
        
        .. _transaction: https://pypi.python.org/pypi/transaction
        
        .. _Morepath: http://morepath.readthedocs.org
        
        
        CHANGES
        *******
        
        0.3 (2014-11-03)
        ================
        
        - Compatibility fixes for Morepath 0.7.
        
        0.2 (2014-11-01)
        ================
        
        - Adjustments to work with Morepath 0.4 and later. (long overdue release,
          thanks Denis Krienbühl for helping me find out!)
        
        0.1 (2014-04-08)
        ================
        
        - Initial public release.
        
Keywords: morepath sqlalchemy zodb transaction
Platform: UNKNOWN
