Metadata-Version: 2.1
Name: zmdictalchemy
Version: 0.1.2.8
Summary: Contains asdict and fromdict methods for SQL-Alchemy declarative models
Home-page: http://github.com/dafu-wu/dictalchemy/
Author: Dadu Wu
Author-email: wucy4328@gmail.com
License: MIT
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
License-File: LICENSE
Requires-Dist: SQLAlchemy>=0.9.4

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.


