Metadata-Version: 1.0
Name: ore.alchemist
Version: 0.1.0
Summary: ore.alchemist contains an integration of sqlalchemy into the
Zope App server environment. It can be used with Zope2, Zope3 or
standalone.

Home-page: https://svn.objectrealms.net/svn/public/ore.alchemist/trunk
Author: ObjectRealms, LLC
Author-email: info@objectrealms.net
License: GPL
Description: 
        Alchemist
        
        Zope(2||3) & Plone database integration based on the sqlalchemy database
        toolkit for python. It is designed to offer access and enhance
        sqlalchemy's utilizing Zope3 technology for use within or *without*
        a Zope runtime.
        
        Features
        
        Core
        
        - sqlalchemy zope transaction integration
        
        - on the fly creation of zope3 schemas from sqlalchemy tables
        
        - automatic add/edit/view for mapped objects
        
        - validation for relational attributes based on introspected schema definition.
        
        - generic containers with view customization via marker interfaces
        
        - database introspectors
        
        - no inheritance requirements for domain classes, all zope integration is interface based.
        
        - designed to work with existing databases.
        
        
        Credits
        
        Kapil Thangavelu <hazmat@objectrealms.net> - Author - http://objectrealms.net
        
        Michael Bayer - SQLAlchemy Author - http://sqlalchemy.org
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Zope3
