Metadata-Version: 1.1
Name: dictalchemy
Version: 0.1b1
Summary: Contains asdict and fromdict methods for SQL-Alchemy declarative models
Home-page: http://github.com/danielholmstrom/dictalchemy/
Author: Daniel Holmstrom
Author-email: holmstrom.daniel@gmail.com
License: MIT
Description: 
        ~~~~~~~~~~~
        Dictalchemy
        ~~~~~~~~~~~
        
        Contains asdict() and fromdict() methods that will work on SQLAlchemy
        declarative models.
        
        Read more in the source or on github
        <https://github.com/danielholmstrom/dictalchemy>.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
