Metadata-Version: 2.0
Name: doctor
Version: 1.2.2
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
Classifier: Programming Language :: Python :: 3.6
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: six (<2.0.0,>=1.10.0)
Requires-Dist: strict-rfc3339 (<1.0,>=0.5)
Provides-Extra: docs
Requires-Dist: mock (<3.0.0,>=2.0.0); extra == 'docs'
Requires-Dist: sphinx (<2.0.0,>=1.5.4); extra == 'docs'
Requires-Dist: sphinx-rtd-theme (<1.0.0,>=0.2.4); extra == 'docs'
Requires-Dist: sphinxcontrib-httpdomain (<2.0.0,>=1.5.0); extra == 'docs'
Provides-Extra: tests
Requires-Dist: Flask-Testing (==0.6.2); extra == 'tests'
Requires-Dist: coverage (>=4.4.1,<5.0.0); extra == 'tests'
Requires-Dist: flake8 (>=3.3.0,<4.0.0); extra == 'tests'
Requires-Dist: flask (>=0.10.1,<1.0.0); extra == 'tests'
Requires-Dist: flask-restful (==0.3.6); extra == 'tests'
Requires-Dist: mock (<3.0.0,>=2.0.0); extra == 'tests'
Requires-Dist: nose (<2.0.0,>=1.3.7); extra == 'tests'
Requires-Dist: nose-exclude (>=0.5.0,<1.0.0); extra == 'tests'

UNKNOWN


