Metadata-Version: 2.1
Name: dictalchemy3
Version: 1.0.0
Summary: Contains asdict and fromdict methods for SQL-Alchemy declarative models
Home-page: http://github.com/disko/dictalchemy3/
Author: Daniel Holmstrom
Author-email: holmstrom.daniel@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

dictalchemy3
============

|Test|

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

``dictalchemy`` was written by Daniel Holmstrom with contributions from Rob Hardwick and Mike Klimin.

``dictalchemy3`` is just a fork of the original project to make the code more modern (remove Python 2 support) and compatible to latest SQLAlchemy and setuptools versions. The API and functionality remain completely unchanged, so that it is a drop in replacement for the original ``dictalchemy``.

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.

.. |Test| image:: https://github.com/disko/dictalchemy3/actions/workflows/test.yml/badge.svg
   :target: https://github.com/disko/dictalchemy3/actions/workflows/test.yml


