Metadata-Version: 1.1
Name: migrate
Version: 0.3.8
Summary: A simple language agnostic database migration tool
Home-page: https://github.com/kofrasa/migrate
Author: Francis Asante
Author-email: kofrasa@gmail.com
License: MIT
Description: 
        Language agnostic database migration tool
        
        migrate
        =======
        
        A simple language agnostic database migration tool
        
        install
        -------
        ::
        
            $ pip install migrate
        
        usage
        -----
        ::
        
            usage: migrate [options] <command>
        
        See Readme_
        
        .. _Readme: https://github.com/kofrasa/migrate/blob/master/README.md
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Database
Classifier: Topic :: Utilities
