Metadata-Version: 1.0
Name: sqlalchemy-schemadisplay
Version: 1.1
Summary: Turn SQLAlchemy DB Model into a graph
Home-page: https://github.com/fschulze/sqlalchemy_schemadisplay
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        
        Turn SQLAlchemy DB Model into a graph.
        
        See http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay
        
        
        Changelog
        =========
        
        1.1 - 2011-10-12
        ----------------
        
        - New option to skip inherited attributes.
          [nouri]
        
        - Quote class name, because some names like 'Node' confuse dot.
          [nouri - Daniel Nouri]
        
        1.0 - 2011-01-07
        ----------------
        
        - Initial release
        
        
Platform: UNKNOWN
