Metadata-Version: 2.1
Name: databind
Version: 0.3.0
Summary: Databind is a library inspired by Jackson-databind to describe and bind data models for object-oriented programming.
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 describe and bind data models for
        object-oriented programming.
        
        The `databind` package is purely an alias to allocate the name for it's related packages:
        
        __Core__
        
        * [databind.core](https://pypi.org/project/databind.core/) &ndash; Provides the `@datamodel` and `@uniontype` decorators
        * [databind.mypy](https://pypi.org/project/databind.mypy/) &ndash; A Mypy plugin for `databind.core`
        
        __Serialization/Deserialization__
        
        * [databind.binary](https://pypi.org/project/databind.binary/)
        * [databind.json](https://pypi.org/project/databind.json/)
        * [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>
        
Platform: UNKNOWN
Requires-Python: >=3.6.0,<4.0.0
Description-Content-Type: text/markdown
