Metadata-Version: 1.1
Name: Schema-Object
Version: 0.5.10
Summary: Iterate over a MySQL database schema as a Python object.
Home-page: https://github.com/hhyo/SchemaObject
Author: Mitch Matuson, Mustafa Ozgur
Author-email: code@matuson.com, root@mit.sh
License: UNKNOWN
Description:         SchemaObject provides a simple, easy to use Python object interface to a MySQL database schema.
                You can effortlessly write tools to test, validate, sync, migrate, or manage your schema as well as generate
                the SQL necessary to make changes to it.
                
Keywords: MySQL,database,schema
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
