Metadata-Version: 1.1
Name: dictalchemy
Version: 0.1.2b1
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
        ===========
        
        Dictalchemy adds asdict() and fromdict() methods to SQLAlchemy declarative models.
        
        Documentation
        -------------
        
        Documentation can be found at `http://pythonhosted.org/dictalchemy/ <http://pythonhosted.org/dictalchemy/>`_
        
        Source
        ------
        
        The source is hosted at `http://github.com/danielholmstrom/dictalchemy <http://github.com/danielholmstrom/dictalchemy>`_.
        
        Licence
        -------
        
        Dictalchemy is MIT licenced.
        
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
