Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)