Metadata-Version: 2.1
Name: schemania
Version: 0.1.0
Summary: Validate data with schemas and be in control of error messages.
Home-page: https://github.com/jcollado/schemania
Author: Javier Collado
Author-email: javier.collado@gmail.com
License: MIT license
Keywords: schemania
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6

=========
Schemania
=========


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

.. image:: https://img.shields.io/travis/jcollado/schemania.svg
        :target: https://travis-ci.org/jcollado/schemania

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


.. image:: https://pyup.io/repos/github/jcollado/schemania/shield.svg
     :target: https://pyup.io/repos/github/jcollado/schemania/
     :alt: Updates



Validate data with schemas and be in control of error messages.


* Free software: MIT license
* Documentation: https://schemania.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-04-12)
------------------

* First release on PyPI.


