Python static file bundles for OpenAPI UI tools
Project description
This package provides the static files for OpenAPI UI tools as a python package. The following UI tools are included:
Flask usage example:
import flask
import openapi_ui_bundles
app = flask.Flask(__name__, static_folder=openapi_ui_bundles.swagger_ui.static_path, static_url_path='/')
if __name__ == "__main__":
app.run()
Swagger UI
RapiDoc
ReDoc
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openapi-ui-bundles-0.2.1.tar.gz
(979.3 kB
view details)
File details
Details for the file openapi-ui-bundles-0.2.1.tar.gz
.
File metadata
- Download URL: openapi-ui-bundles-0.2.1.tar.gz
- Upload date:
- Size: 979.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23e5718172a693812bbba34df27b3fea8aa98896c2ca448aaf537d59dcd0ec76 |
|
MD5 | 2ad78d0fcaf28a2710386efe67a3ff9b |
|
BLAKE2b-256 | 387b471c1f497c9ae353574ba0a27e08a08429bcef6fff19a31b60952f0743c0 |