Metadata-Version: 1.1
Name: schemadisplay-sphinx
Version: 0.0.1.dev3
Summary: Sphinx Extension for Schema generation
Home-page: https://github.com/electrocucaracha/schemadisplay_sphinx
Author: Victor Morales
Author-email: electrocucaracha@gmail.com
License: UNKNOWN
Description: ==============================
        Schemadisplay Sphinx Extension
        ==============================
        
        This extension creates the Entitiy Relationship Diagram(ERD) of the
        project in an image file.  The idea is that Database information
        documentation keeps syncronized with the source code.
        
        Configuration
        -------------
        
            1. Add `schemadisplay_sphinx` module in sphinx entensions array.
            2. Define the `model_class_name` class.
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
