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),
]
Release files for django-connexion 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_connexion-0.0.2.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_connexion-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.5 kB
Release files / django_connexion-0.0.2.tar.gz
| Download URL | django_connexion-0.0.2.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
956516097c5ccb1e6241054439e632b09b79c102ec845a98d29a0144f3956944
|
|
BLAKE2b-256 checksum How to use checksums |
d3020bdefc2573a212a9743db3bb3591ef00be6922c907e781220d020e2f16b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / django_connexion-0.0.2-py3-none-any.whl
| Download URL | django_connexion-0.0.2-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bc54db71bda7da0ea64fe9bbea9308796c6f471951702a4c6aee9273e9cc064c
|
|
BLAKE2b-256 checksum How to use checksums |
26cb2e25ac29cf03814872d02f82e4d1b916bfec6b93a3b30ffb8bd4238c4cdb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|