Changeset 55

Show
Ignore:
Timestamp:
02/12/07 18:40:38 (6 years ago)
Author:
ged
Message:

reworded slighly description in setup.py (moved references to Activemapper and
TurboEntity to the end of the description).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/setup.py

    r35 r55  
    1818====== 
    1919 
    20 A declarative layer on top of SQLAlchemy, which is intended to replace the 
    21 ActiveMapper SQLAlchemy extension, and the TurboEntity project.  Elixir is a 
    22 fairly thin wrapper around SQLAlchemy, which provides the ability to define  
    23 model objects following the Active Record design pattern, and using a DSL  
    24 syntax similar to that of the Ruby on Rails ActiveRecord system. 
     20A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which  
     21provides the ability to define model objects following the Active Record  
     22design pattern, and using a DSL syntax similar to that of the Ruby on Rails  
     23ActiveRecord system. 
    2524 
    2625Elixir does not intend to replace SQLAlchemy's core features, but instead  
    2726focuses on providing a simpler syntax for defining model objects when you do 
    2827not need the full expressiveness of SQLAlchemy's manual mapper definitions. 
     28 
     29Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the  
     30TurboEntity project.   
    2931""", 
    3032      author="",