Metadata-Version: 1.0
Name: svargaext.sqlamigrate
Version: 0.4
Summary: SQLAlchemy migrate module for Svarga framework
Home-page: http://bitbucket.org/joes/svargaext.sqlamigrate/
Author: Serge S. Koval
Author-email: joes@svargahq.net
License: BSD
Description: .. -*- mode: rst -*-
        
        svargaext.sqlamigrate
        =====================
        
        Svarga extension to simplify database schema migration management of the svarga
        applications.
        
        In short, does following:
        
        1. Enables migration support for selected application
        2. Replaces syncdb to work through the sqlalchemy-migrate
        3. Provides nice command to compare schema in the database against existing
        model definitions to create migration script.
        
        For more information, check documentation.
        
        How to install from repository
        ------------------------------
        
        It's that easy::
        
        pip install hg+http://bitbucket.org/joes/svargaext.sqlamigrate/
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
