Metadata-Version: 2.1
Name: databind
Version: 1.1.1
Summary: Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package will install the full suite of databind packages. Compatible with Python 3.7 and newer.
Home-page: https://github.com/NiklasRosenstein/python-databind
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7.0,<4.0.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# databind

Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package
will install the full suite of databind packages. Compatible with Python 3.7 and newer.

* [databind.core](https://pypi.org/project/databind.core/) &ndash; Provides the core framework.
* [databind.json](https://pypi.org/project/databind.json/) &ndash; De-/serialize dataclasses to/from JSON payloads.

__Not yet migrated to 1.x__

* [databind.mypy](https://pypi.org/project/databind.mypy/) &ndash; A Mypy plugin for `databind.core`
* [databind.binary](https://pypi.org/project/databind.binary/)
* [databind.tagline](https://pypi.org/project/databind.tagline/)
* [databind.yaml](https://pypi.org/project/databind.yaml/)

---

<p align="center">Copyright &copy; 2020 &ndash; Niklas Rosenstein</p>


