Metadata-Version: 1.1
Name: SchemaObject
Version: 0.5.5
Summary: Iterate over a MySQL database schema as a Python object.
Home-page: http://matuson.com/code/schemaobject
Author: Mitch Matuson
Author-email: code@matuson.com
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
