Metadata-Version: 2.1
Name: scheming-flask
Version: 0.2.0
Summary: Use JSON Schema to validate incoming requests
Home-page: https://github.com/timmartin19/scheming-flask
Author: Tim Martin
Author-email: oss@timmartin.me
License: MIT license
Keywords: scheming_flask jsonschema flask
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: jsonschema
Requires-Dist: flask

===============================
scheming-flask
===============================


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

.. image:: https://img.shields.io/travis/timmartin19/scheming_flask.svg
        :target: https://travis-ci.org/timmartin19/scheming_flask

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

.. image:: https://pyup.io/repos/github/timmartin19/scheming_flask/shield.svg
     :target: https://pyup.io/repos/github/timmartin19/scheming_flask/
     :alt: Updates


Use JSON Schema to validate incoming requests


* Free software: MIT license
* Documentation: https://scheming-flask.readthedocs.io.


Documentation
-------------

You will need to install the package dependencies first,
see the Installation section for details.

To build and open the documentation simply run:

.. code-block:: bash

    bin/build-docs

Installation
------------

If you need to install pyenv/virtualenvwrapper you can run the `bin/setup-osx` command
Please note that this will modify your bash profile

Assuming you have virtualenv wrapper installed

.. code-block:: bash

    mkvirtualenv scheming-flask
    workon scheming-flask
    pip install -r requirements_dev.txt
    pip install -e .

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 (2017-11-18)
------------------

* First release on PyPI.



