Metadata-Version: 2.0
Name: doctor
Version: 1.1.1
Summary: A module that assists in using JSON schemas to validate data in Flask APIs and generate API documentation.
Home-page: https://github.com/upsight/doctor
Author: Upsight
Author-email: dev@upsight.com
License: MIT
Keywords: python,flask,json,jsonschema,validation,documentation,sphinx
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: jsonschema (>=2.5.1,<3.0.0)
Requires-Dist: pyyaml (>=3.11,<4.0)
Requires-Dist: rfc3987 (>=1.3.4,<2.0.0)
Requires-Dist: simplejson (>=3.6.3,<4.0.0)
Requires-Dist: strict-rfc3339 (>=0.5,<1.0)
Provides-Extra: docs
Requires-Dist: mock (>=1.0.1,<2.0.0); extra == 'docs'
Requires-Dist: sphinx (>=1.1.3,<2.0.0); extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.1.9); extra == 'docs'
Requires-Dist: sphinxcontrib-httpdomain (>=1.4.0,<2.0.0); extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage (>=3.5.2,<4.0.0); extra == 'tests'
Requires-Dist: flake8 (>=2.4.0,<3.0.0); extra == 'tests'
Requires-Dist: flask (>=0.10.1,<1.0.0); extra == 'tests'
Requires-Dist: flask-restful (==0.3.5); extra == 'tests'
Requires-Dist: mock (>=1.0.1,<2.0.0); extra == 'tests'
Requires-Dist: nose (>=1.3.4,<2.0.0); extra == 'tests'
Requires-Dist: nose-exclude (>=0.1.9,<1.0.0); extra == 'tests'
Requires-Dist: nose-progressive (>=1.5.1,<2.0.0); extra == 'tests'

UNKNOWN


