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.1.0 (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-2023.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fae346a00636a57aa164d2778e7162cfaff1f59af8133c2b6a8403c8211a167b |
|
MD5 | fa774603f4bc3a4dc23777391bc2d748 |
|
BLAKE2b-256 | 79a8901a9513451a2d5b6e2da8bf16c22d5a8eb2f3099efb5a729f0ad3dabfd8 |
Hashes for drf_spectacular_sidecar-2023.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4466e396a875182ac568872cd7a6658fefc386a764272adf088ce7a8d80c795a |
|
MD5 | 41fce6ac870a3f58af5f22c691de4994 |
|
BLAKE2b-256 | 8cbfc17d0703b4af2d855a0b24b758d2cde77e6d2e99b9f09be0f809c202afc9 |