Metadata-Version: 1.0
Name: sqlalchemy-schemadisplay
Version: 1.2
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.2 - 2014-03-02
        ----------------
        
        - Compatibility with SQLAlchemy 0.9.
          [fschulze]
        
        - Compatibility with SQLAlchemy 0.8.
          [Surgo - Kosei Kitahara]
        
        - Leave tables out even when a foreign key points to them but they are not in
          the table list.
          [tiagosab - Tiago Saboga]
        
        
        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
          [fschulze - Florian Schulze]
        
Platform: UNKNOWN
