Metadata-Version: 1.0
Name: SchemaObject
Version: 0.5
Summary: SchemaObject creates an object representation of a MySQL database schema.
Home-page: http://matuson.com/code/schemaobject
Author: Mitch Matuson
Author-email: code@matuson.com
License: UNKNOWN
Description: SchemaObject creates an object representation of a MySQL schema including its databases, tables, columns, indexes, and foreign keys.
        It allows you to process and iterate over a MySQL schema through python object properties and methods.
        
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
