Metadata-Version: 1.0
Name: khufu-sqlalchemy
Version: 0.5b1
Summary: SQLAlchemy bindings for Pyramid
Home-page: https://github.com/serverzen/khufu_sqlalchemy
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: BSD
Description: .. -*-rst-*-
        
        khufu_sqlalchemy is meant to reduce the plumbing required to configure a
        SQLAlchemy_ based database connection with a Pyramid_ based web app.
        
        Please see ``docs/index.rst`` for full docs.
        
        
        .. -*-rst-*-
        
        Changes
        =======
        
        0.5b1 (Feb-28-2011)
        -------------------
        
          * Backwards incompat changes with 0.4, please stay with 0.4
            to continue using middleware
        
          * Now uses ``khufu_sqlalchemy.dbsession(request)`` for getting
            the active db session
        
          * ``traversalutils`` was moved out (in preparation for another
            package
        
        0.4a4 (Feb-20-2011)
        -------------------
        
          * Renamed from Khufu-SQLAHelper to khufu_sqlalchemy
        
        0.4a3 (Feb-16-2011)
        -------------------
        
          * Updated project url's
        
        0.4a2 (Feb-11-2011)
        -------------------
        
          * Fixed small issue where decorator wasn't working
        
        0.4a1 (Feb-10-2011)
        -------------------
        
          * Added traversalutils for helping expose SQL-based models
            using traversal 
        
        0.3 (Feb-04-2011)
        -----------------
        
          * Changed ``with_db`` api to make db param optional
        
          * Updated docs
        
        0.2.1 (Jan-17-2011)
        -------------------
        
          * Added ``use_zope_tm`` option to ``get_session_factory``
        
        0.2 (Jan-9-2011)
        ----------------
        
          * first release
        
Keywords: pyramid sqlalchemy khufu transaction
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
