Metadata-Version: 2.1
Name: serde-ext
Version: 0.1.0
Summary: Extended classes and functions for use with Serde
Home-page: https://github.com/rossmacarthur/serde-ext
Author: Ross MacArthur
Author-email: ross@macarthur.io
License: MIT
Download-URL: https://github.com/rossmacarthur/serde-ext/archive/0.1.0.tar.gz
Project-URL: Documentation, https://ross.macarthur.io/project/serde-ext/
Project-URL: Issue Tracker, https://github.com/rossmacarthur/serde-ext/issues
Description: Serde-Ext
        =========
        
        .. image:: https://img.shields.io/pypi/v/serde-ext.svg?style=flat-square&colorB=4c1
            :target: https://pypi.org/project/serde-ext/
            :alt: PyPI Version
        
        .. image:: https://img.shields.io/badge/docs-passing-brightgreen.svg?style=flat-square
            :target: https://ross.macarthur.io/project/serde-ext/
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/travis/rossmacarthur/serde-ext/master.svg?style=flat-square
            :target: https://travis-ci.org/rossmacarthur/serde-ext
            :alt: Build Status
        
        .. image:: https://img.shields.io/codecov/c/github/rossmacarthur/serde-ext.svg?style=flat-square
            :target: https://codecov.io/gh/rossmacarthur/serde-ext
            :alt: Code Coverage
        
        Extended classes and functions for use with
        `Serde <https://github.com/rossmacarthur/serde>`_.
        
        Getting started
        ---------------
        
        Install this package with
        
        ::
        
            pip install serde-ext
        
        
        View the latest usage and API documentation
        `here <https://ross.macarthur.io/project/serde-ext/api.html>`_.
        
        License
        -------
        
        This project is licensed under the MIT License.
        
Keywords: serde serialization deserialization validation 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 :: 2
Classifier: Programming Language :: Python :: 2.7
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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Provides-Extra: dev.lint
Provides-Extra: dev.test
