Metadata-Version: |
2.3 |
Name: |
apispec |
Version: |
6.8.0 |
Summary: |
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). |
Author-Email: |
Steven Loria <sloria1[at]gmail.com> |
Maintainer-Email: |
Steven Loria <sloria1[at]gmail.com>, Jérôme Lafréchoux <jerome[at]jolimont.fr> |
Project-Url: |
Changelog, https://apispec.readthedocs.io/en/latest/changelog.html |
Project-Url: |
Funding, https://opencollective.com/marshmallow |
Project-Url: |
Issues, https://github.com/marshmallow-code/apispec/issues |
Project-Url: |
Source, https://github.com/marshmallow-code/apispec |
Project-Url: |
Tidelift, https://tidelift.com/subscription/pkg/pypi-apispec?utm_source=pypi-apispec&utm_medium=pypi |
Keywords: |
apispec,swagger,openapi,specification,oas,documentation,spec,rest,api |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
packaging (>=21.3) |
Requires-Dist: |
apispec[tests]; extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
pre-commit (<5.0,>=3.5); extra == "dev" |
Requires-Dist: |
apispec[marshmallow]; extra == "docs" |
Requires-Dist: |
pyyaml (==6.0.2); extra == "docs" |
Requires-Dist: |
sphinx (==8.1.3); extra == "docs" |
Requires-Dist: |
sphinx-issues (==5.0.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (==3.0.2); extra == "docs" |
Requires-Dist: |
marshmallow (>=3.18.0); extra == "marshmallow" |
Requires-Dist: |
apispec[marshmallow,yaml]; extra == "tests" |
Requires-Dist: |
openapi-spec-validator (==0.7.1); extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
PyYAML (>=3.10); extra == "yaml" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
marshmallow |
Provides-Extra: |
tests |
Provides-Extra: |
yaml |
Description-Content-Type: |
text/x-rst |