Metadata-Version: 1.1
Name: ztfy.alchemy
Version: 0.3.3
Summary: SQLAlchemy integration package for Zope3
Home-page: http://www.ztfy.org
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ====================
        ztfy.alchemy package
        ====================
        
        .. contents::
        
        What is ztfy.alchemy ?
        ======================
        
        ZTFY.alchemy is a Zope3 package which can be used to connect Zope3 applications with SQLAlchemy.
        
        Main features include :
        
        - integration of SQLAlchemy transactions with Zope3 transaction manager
        - register PostgreSQL geometric data types (PostGIS) through GeoTypes package.
        
        Most code fragments are based on zope.sqlalchemy, z3c.sqlalchemy and z3c.zalchemy elements and
        source codes, except for elements handling PostGIS data types..
        
        
        How to use ztfy.alchemy ?
        =========================
        
        #TODO: To be written...
        
        
        Changelog
        =========
        
        0.3.3
        -----
         - small changes in session management with a new argument allowing to create a session without
           integrating it in the Zope transaction's scoped session
         - corrected parent's call in GeometryLINESTRING constructor
        
        0.3.2
        -----
         - small changes in session management
         - remove thread-local sessions store
        
        0.3.1
        -----
         - handle aliases in session management via new getSession() function "alias" argument
        
        0.3.0
        -----
         - add new getUserSession function which can accept an existing session as input argument
         - removed GeoTypes dependency
        
        0.2.5
        -----
         - changed package source layout
        
        0.2.4
        -----
         - added SQLAlchemy engines vocabulary
        
        0.2.3
        -----
         - updated package dependencies
        
        0.2.2
        -----
         - changed import of threading.local module
        
        0.2.1
        -----
         - merged updates from z3c.zalchemy parent package
        
        0.2
        ---
         - switched to ZTK-1.1.2
        
        0.1.1
        -----
         - add "pool_recycle" attribute to IEngineDirective and IAlchemyEngineUtility interfaces
         - use properties in AlchemyEngineUtility
         - updated locales
        
        0.1
        ---
         - initial release
        
Keywords: SQLAlchemy integration for Zope3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
