Serve self-contained distribution builds of Swagger UI and Redoc with Django
Project description
Serve self-contained distribution builds of Swagger UI and Redoc with Django either via runserver or collectstatic.
This Django app is an optional addition to drf-spectacular, but does not depend on it. It may also be used independently.
Swagger UI version 5.10.5 (npm)
This is a self-updating and self-publishing repository that looks for updates once a week. The distribution files are sourced from npm via jsdelivr, validated, packaged and uploaded to PyPI.
Installation
$ pip install drf-spectacular-sidecar
The package needs to be registered to allow Django to discover the static files.
INSTALLED_APPS = [
# ALL YOUR APPS
'drf_spectacular_sidecar',
]
Requirements
Django >= 2.2
Licenses
Provided by T. Franzel. Licensed under 3-Clause BSD.
This package includes distribution builds of
Swagger UI: The original license (Apache 2.0) and copyright apply to those files.
Redoc: The original license (MIT) and copyright apply to those files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for drf-spectacular-sidecar-2024.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 099ec58b6af6a90e851a9329b12a57aa1ee7daa6cef62fb504f2ed302f10da76 |
|
MD5 | e4432e407bd4a6acbfe8a994ac88e399 |
|
BLAKE2b-256 | 42bc0c702627c5f32e27a2406cab241fecb87d05fe21b9094ad45400e2f5b40e |
Hashes for drf_spectacular_sidecar-2024.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b9e33b4dcfa43f84e3db2659d31766a018a2b98b02d8856d9cd69580a4911c9 |
|
MD5 | 7127fc34004d4ff177dc55b1de40c27e |
|
BLAKE2b-256 | 4e14230442a34aa5c10f0f9bdad27531786fa58f78c22739fac9f9be36976b02 |