Metadata-Version: |
2.1 |
Name: |
flask-classful-apispec |
Version: |
0.2.0 |
Summary: |
Auto docs generation from marshmallow schema for flask classfy |
Author: |
Rijan adhikari |
Author-Email: |
rijanadhikari[at]gmail.com |
Home-Page: |
https://github.com/dev-rijan/flask-classful-apispec |
Project-Url: |
Issues, https://github.com/dev-rijan/flask-classful-apispec/issues |
License: |
MIT |
Keywords: |
flask-classfull,flask-classful-swagger,apispec,swagger,openapi,specification,documentation,spec,rest,api,web,flask,frameworks |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Requires-Python: |
>=3.6 |
Requires-Dist: |
apispec[yaml] (>=5.1.1) |
Requires-Dist: |
flask-classful (==0.14.2) |
Requires-Dist: |
packaging (>=21.3) |
Requires-Dist: |
Werkzeug (==2.1.2); extra == "dev" |
Requires-Dist: |
flake8-bugbear (==21.4.3); extra == "dev" |
Requires-Dist: |
flake8 (==3.9.2); extra == "dev" |
Requires-Dist: |
flask (==2.1.2); extra == "dev" |
Requires-Dist: |
marshmallow; extra == "dev" |
Requires-Dist: |
mock; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
flake8-bugbear (==21.4.3); extra == "lint" |
Requires-Dist: |
flake8 (==3.9.2); extra == "lint" |
Requires-Dist: |
Werkzeug (==2.1.2); extra == "tests" |
Requires-Dist: |
flask (==2.1.2); extra == "tests" |
Requires-Dist: |
marshmallow; extra == "tests" |
Requires-Dist: |
mock; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |