Metadata-Version: 2.1
Name: sqldictalchem
Version: 0.1.1
Summary: Contains asdict and fromdict methods for SQL-Alchemy declarative models
Home-page: http://github.com/ROMVoid95/sqldictalchem/
Author: ROMVoid95
Author-email: rom.void95@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

SQLAlchem
===========

SQLAlchem adds asdict() and fromdict() methods to SQLAlchemy declarative models.

Documentation
-------------

Documentation can be found at `http://pythonhosted.org/sqldictalchem/ <http://pythonhosted.org/sqldictalchem/>`_

Source
------

The source is hosted at `http://github.com/ROMVoid95/sqldictalchem <http://github.com/ROMVoid95/sqldictalchem>`_.

Licence
-------

SQLAlchem is MIT licenced.
