Metadata-Version: 1.0
Name: ztfy.alchemy
Version: 0.1
Summary: SQLAlchemy integration package for Zope3
Home-page: http://trac.ztfy.org/ztfy.alchemy
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
        =========
        
        1.0
        ---
        - 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
