Metadata-Version: 2.0
Name: doctor
Version: 1.3.3
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
Description-Content-Type: UNKNOWN
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 (<3.0.0,>=2.5.1)
Requires-Dist: pyyaml (<4.0,>=3.11)
Requires-Dist: rfc3987 (<2.0.0,>=1.3.4)
Requires-Dist: simplejson (<4.0.0,>=3.6.3)
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: coverage (<5.0.0,>=4.4.1); extra == 'tests'
Requires-Dist: flake8 (<4.0.0,>=3.3.0); extra == 'tests'
Requires-Dist: flask (<1.0.0,>=0.10.1); extra == 'tests'
Requires-Dist: flask-restful (==0.3.6); extra == 'tests'
Requires-Dist: Flask-Testing (==0.6.2); 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 (<1.0.0,>=0.5.0); extra == 'tests'

UNKNOWN


