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 4.14.2 (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-2022.10.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c379773bb4bdd4a450d13c0bba7f46a723c1d070ab8ad9010981208465a5c006 |
|
MD5 | 2181a9c8ae7458822ced994dbadfc54b |
|
BLAKE2b-256 | 2763b2d40804bbfd39b99e3cb8791c817fb1bab2e206daead026b99bcb939476 |
Hashes for drf_spectacular_sidecar-2022.10.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c32480a1025d1ea426ca3f982ef5967aef89c82e15628cdd77bed39ded68422c |
|
MD5 | 15f30e08ef48a0ee35d2ab6c0d37938a |
|
BLAKE2b-256 | 7069860e2fc26a91c503ed0ebd2e11db0c65a741d50634c59fecc4d55584be1f |