79df27085c
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features: - Supports the OpenAPI Specification (versions 2 and 3) - Framework-agnostic - Utilities for parsing docstrings WWW: https://github.com/marshmallow-code/apispec PR: 242609 Submitted by: Goran Mekić <meka tilda.center>
10 lines
302 B
Text
10 lines
302 B
Text
A pluggable API specification generator. Currently supports the OpenAPI
|
|
Specification (f.k.a. the Swagger specification).
|
|
|
|
Features:
|
|
|
|
- Supports the OpenAPI Specification (versions 2 and 3)
|
|
- Framework-agnostic
|
|
- Utilities for parsing docstrings
|
|
|
|
WWW: https://github.com/marshmallow-code/apispec
|