Package python-module-elixir: Information

    Source package: python-module-elixir
    Version: 0.8.0-alt1.svn20100902
    Build time:  Nov 25, 2010, 12:34 AM
    Report package bug
    License: MIT
    Summary: Declarative Mapper for SQLAlchemy
    Description: 
    A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper,
    which provides the ability to create simple Python classes that map
    directly to relational database tables (this pattern is often referred
    to as the Active Record design pattern), providing many of the benefits
    of traditional databases without losing the convenience of Python
    objects.
    
    Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and
    the TurboEntity project but does not intend to replace SQLAlchemy's core
    features, and 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.

    List of rpms provided by this srpm:
    python-module-elixir (noarch)
    python-module-elixir-tests (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. python-devel
      2. python-module-setuptools

    Last changed


    Nov. 24, 2010 Eugeny A. Rostovtsev 0.8.0-alt1.svn20100902
    - Version 0.8.0
    July 15, 2010 Eugeny A. Rostovtsev 0.7.1-alt1
    - Initial build for Sisyphus