Metadata-Version: 2.1
Name: serde
Version: 0.2.0
Summary: A lightweight, general-purpose, ORM framework for defining, serializing, deserializing, and validating data structures.
Home-page: https://github.com/rossmacarthur/serde
Author: Ross MacArthur
Author-email: macarthur.ross@gmail.com
Maintainer: Ross MacArthur
Maintainer-email: macarthur.ross@gmail.com
License: MIT
Download-URL: https://github.com/rossmacarthur/serde/archive/0.2.0.tar.gz
Description: Serde
        =====
        
        .. image:: https://img.shields.io/pypi/v/serde.svg?style=flat-square&colorB=4c1
            :target: https://pypi.org/project/serde/
            :alt: PyPI Version
        
        .. image:: https://img.shields.io/readthedocs/serde/latest.svg?style=flat-square
            :target: https://serde.readthedocs.io
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/travis/rossmacarthur/serde.svg?style=flat-square
            :target: https://travis-ci.org/rossmacarthur/serde
            :alt: Build Status
        
        .. image:: https://img.shields.io/codecov/c/github/rossmacarthur/serde.svg?style=flat-square
            :target: https://codecov.io/gh/rossmacarthur/serde
            :alt: Code Coverage
        
        Serde is a lightweight, general-purpose, ORM framework for defining,
        serializing, deserializing, and validating data structures in Python.
        
        Getting started
        ---------------
        
        Install this package with
        
        ::
        
            pip install serde
        
        
        View the latest usage and API documentation
        `here <https://serde.readthedocs.io/en/stable/api.html>`_.
        
        License
        -------
        
        This project is licensed under the MIT License.
        
Keywords: serde serialization deserialization schema json
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.4
Provides-Extra: toml
Provides-Extra: yaml
Provides-Extra: testing
Provides-Extra: linting
Provides-Extra: documenting
Provides-Extra: packaging
