Metadata-Version: 1.0
Name: mortar-rdb
Version: 1.0.0
Summary: SQLAlchemy, sqlalchemy-migrate and the component architecture tied together for easy use in any framework
Home-page: http://www.simplistix.co.uk/software/python/mortar_rdb
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: ==========
        mortar_rdb
        ==========
        
        This package ties together `SQLAlchemy`__, `sqlalchemy-migrate`__ and
        the `component architecture`__ to make it easy to develop projects
        using SQLAlchemy through their complete lifecycle.
        
        __ http://www.sqlalchemy.org/
        __ http://packages.python.org/sqlalchemy-migrate/
        __ http://pypi.python.org/pypi/zope.component#zope-component-architecture
        
        It also includes some common models and mixins that are useful
        in a variety of projects.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
