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.1.3 (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-2021.12.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71051aeb7c36b9196f0a8f01c0c2920a3bf4d2b1d4a85c40b218fb076da64b88 |
|
MD5 | 0e090b37e5ede029f22f660eb3ba3de8 |
|
BLAKE2b-256 | 47c3ed28bd0680b4fdce6a94e0b8b7c49187cc8714f35befdaedccc3716a8329 |
Hashes for drf_spectacular_sidecar-2021.12.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffc47f3d192942fc6eadf5eec3598179287d56067b346f719dd5c4b7684b6e2d |
|
MD5 | 5c0615eb9889f7aef0eb07e0fe6cc1b4 |
|
BLAKE2b-256 | c24ae8e6e5e69d3668503d610f62476a3b2be147725fd322a5907bad3410f707 |