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
File details
Details for the file openapi-ui-bundles-0.1.0.tar.gz
.
File metadata
- Download URL: openapi-ui-bundles-0.1.0.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c6c6bc6d0fcc1dffd5faad8166beec01d05afdfe9737b72aa6f40e668f470d4 |
|
MD5 | ac8484cf67fab9ac02c2b7307ca9715a |
|
BLAKE2b-256 | e0ecc6eae9f1a256e4c8144539dcd3517eb69dd06fedf1ebb8dce0c5e99c42a8 |