Django connexion extension
Project description
Django Connexion
This is a django api for connexion lib.
Get started
Install
With poetry:
poetry add git+https://github.com/buserbrasil/django-connexion.git#main
With pip:
pip install git+https://github.com/buserbrasil/django-connexion.git
Use
from django_connexion import DjangoApi
doc_api = DjangoApi("openapi.json") # path to openapi file (json or yaml).
# ... any code
urlpatterns = [
path("", doc_api.urls),
# ... rest of urls
path('admin/', admin.site.urls),
]
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
File details
Details for the file django_connexion-0.0.2.tar.gz
.
File metadata
- Download URL: django_connexion-0.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 956516097c5ccb1e6241054439e632b09b79c102ec845a98d29a0144f3956944 |
|
MD5 | 892b0e2c0479d98093d9bda05aaf5acf |
|
BLAKE2b-256 | d3020bdefc2573a212a9743db3bb3591ef00be6922c907e781220d020e2f16b9 |
File details
Details for the file django_connexion-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_connexion-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc54db71bda7da0ea64fe9bbea9308796c6f471951702a4c6aee9273e9cc064c |
|
MD5 | 45a3b64ceae4c162937e62a32d3ff3ce |
|
BLAKE2b-256 | 26cb2e25ac29cf03814872d02f82e4d1b916bfec6b93a3b30ffb8bd4238c4cdb |