Metadata-Version: 2.0
Name: SchemaObject
Version: 0.5.7
Summary: Iterate over a MySQL database schema as a Python object.
Home-page: http://matuson.com/code/schemaobject
Author: Mitch Matuson, Mustafa Ozgur
Author-email: code@matuson.com, root@mit.sh
License: UNKNOWN
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
Requires-Dist: PyMySQL (>=0.6.2)

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.


