Metadata-Version: 2.1
Name: marshmallowjson
Version: 0.4.4
Summary: Turns a JSON type definition into a marshmallow validation and serialization toolkit.
Home-page: https://github.com/tech-teach/marshmallowjson
Author: Oscar David Arbeláez
Author-email: odarbelaeze@gmail.com
License: MIT license
Keywords: marshmallowjson
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: marshmallow (<3.0,>=2.15.0)

================
Marshmallow JSON
================


.. image:: https://img.shields.io/pypi/v/marshmallowjson.svg
        :target: https://pypi.python.org/pypi/marshmallowjson

.. image:: https://img.shields.io/travis/tech-teach/marshmallowjson.svg
        :target: https://travis-ci.org/tech-teach/marshmallowjson

.. image:: https://readthedocs.org/projects/marshmallowjson/badge/?version=latest
        :target: https://marshmallowjson.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/tech-teach/marshmallowjson/shield.svg
     :target: https://pyup.io/repos/github/tech-teach/marshmallowjson/
     :alt: Updates


Turns a JSON type definition into a marshmallow validation and serialization toolkit.


* Free software: MIT license
* Documentation: https://marshmallowjson.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2018-01-27)
------------------

* First release on PyPI.


