Metadata-Version: 2.1
Name: databind
Version: 1.3.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
Description: # 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/)
        
        ## Supported features
        
        | Feature | Python version | Databind version |
        | ------- | -------------- | ---------------- |
        | [PEP585](https://www.python.org/dev/peps/pep-0585/) | 3.9 | 1.2.0 &ndash; *current* |
        | [PEP585](https://www.python.org/dev/peps/pep-0585/) (forward references) | 3.9 | 1.3.1? &ndash; *current* |
        
        ---
        
        <p align="center">Copyright &copy; 2020 &ndash; Niklas Rosenstein</p>
        
Platform: UNKNOWN
Requires-Python: >=3.7.0,<4.0.0
Description-Content-Type: text/markdown
