Metadata-Version: 1.0
Name: Elixir
Version: 0.3.0
Summary: Declarative Mapper for SQLAlchemy
Home-page: http://elixir.ematia.de
Author: Gaetan de Menten, Daniel Haus and Jonathan LaCour
Author-email: sqlelixir@googlegroups.com
License: MIT License
Description: 
        Elixir
        ======
        
        A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
        provides the ability to define model objects following the Active Record
        design pattern, and using a DSL syntax similar to that of the Ruby on Rails
        ActiveRecord system.
        
        Elixir does not intend to replace SQLAlchemy's core features, but instead
        focuses on providing a simpler syntax for defining model objects when you do
        not need the full expressiveness of SQLAlchemy's manual mapper definitions.
        
        Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
        TurboEntity project.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
