Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luolingchun/flask-openapi3-plugins
Provide OpenAPI UI for flask-openapi3, such as Swagger, Redoc, Rapidoc, RapiPdf, Scalar, Elements, etc
https://github.com/luolingchun/flask-openapi3-plugins
Last synced: 30 days ago
JSON representation
Provide OpenAPI UI for flask-openapi3, such as Swagger, Redoc, Rapidoc, RapiPdf, Scalar, Elements, etc
- Host: GitHub
- URL: https://github.com/luolingchun/flask-openapi3-plugins
- Owner: luolingchun
- License: mit
- Created: 2024-04-21T03:13:08.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T01:58:22.000Z (about 2 months ago)
- Last Synced: 2024-09-18T05:38:42.869Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-openapi3-plugins
Provide OpenAPI UI for [`flask-openapi3`](https://github.com/luolingchun/flask-openapi3)(4.x):
> OpenAPI UI plugins are optional dependencies that require manual installation.
>
> `pip install -U flask-openapi3[swagger,redoc,rapidoc,rapipdf,scalar,elements]`
>
> More optional ui templates goto the document
> about [UI_Templates](https://luolingchun.github.io/flask-openapi3/latest/Usage/UI_Templates/).- [x] [Swagger](https://github.com/swagger-api/swagger-ui)
- [x] [Redoc](https://github.com/Redocly/redoc)
- [x] [RapiDoc](https://github.com/rapi-doc/RapiDoc)
- [x] [RapiPdf](https://mrin9.github.io/RapiPdf/)
- [x] [Scalar](https://github.com/scalar/scalar)
- [x] [Elements](https://github.com/stoplightio/elements)