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.17.2 (npm)
This is a self-updating and self-publishing repository that looks for updates on the 1st of every month. 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.5.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ecfbe86174461e3cf78a9cd49f69aa8d9e0710cb5e8b35107d3f8cc0f380c21 |
|
MD5 | 250611836843d3215b1a6c9ad963bfff |
|
BLAKE2b-256 | a7ef60918b7cc673912f2180121bfc79950c67cccba8f0046606662577e35147 |
Hashes for drf_spectacular_sidecar-2024.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 089fdef46b520b7b1c8a497a398cde9336c3f20b115835baeb158dc4138d743d |
|
MD5 | 3a2832114cb73487fcb55cb1c3ee9aa8 |
|
BLAKE2b-256 | 73f44889671c4f05fe2a3e115e79c0c842830d30dce60f548d83b477927cb0c4 |