Metadata-Version: 1.0
Name: TurboEntity
Version: 0.1.0
Summary: Declarative layer on top of SQLAlchemy
Home-page: http://turboentity.ematia.de
Author: Daniel Haus
Author-email: daniel.haus@ematia.de
License: MIT
Download-URL: http://turboentity.ematia.de/
Description: 
        TurboEntity is a declarative layer on top of SQLAlchemy,
        inspired by, but somewhat "thicker" than ActiveMapper.
        
        Features:
        - automatic polymorphic inheritance
        - easy specification of relationships
        - automatic creation of primary keys
        - automatic creation of foreign keys
        - automatic creation of secondary tables
        - relations can be specified across modules
        
        Documentation and examples are located at
        http://turboentity.ematia.de/
        
Keywords: sqlalchemy declarative database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: TurboGears
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
