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.0.tar.gz
(979.4 kB
view details)
File details
Details for the file openapi-ui-bundles-0.2.0.tar.gz
.
File metadata
- Download URL: openapi-ui-bundles-0.2.0.tar.gz
- Upload date:
- Size: 979.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aa91a011739a16b55f639661341b1cab74ea1f3107b64c306b5e8f919ec3612 |
|
MD5 | 416aa755650560ccaafe07e6b8afc185 |
|
BLAKE2b-256 | b373fe86604881f5cfa12c7a8098e9c1a0e00a8389429643c16afa22411a034f |