apispec
Package — APIPython 3.7+Intermediate
Pluggable API specification generator (OpenAPI/Swagger)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- packaging
- Install
pip install apispec
Learn by Difficulty
Quick Example
python
# Install: pip install apispec import apispec # Basic apispec usage print(f"Using apispec") # See documentation for detailed examples
apispec is a third-party package. Pluggable API specification generator (OpenAPI/Swagger). Install with: pip install apispec
Try in PlaygroundTags
packageapirestweb