mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
|
config BR2_PACKAGE_PYTHON_APISPEC
|
||
|
bool "python-apispec"
|
||
|
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
||
|
help
|
||
|
A pluggable API specification generator. Currently supports
|
||
|
the OpenAPI Specification (f.k.a. the Swagger
|
||
|
specification).
|
||
|
|
||
|
https://github.com/marshmallow-code/apispec
|