A DRF API for Huey
Documentation
The full documentation is at https://huey-drf-api.readthedocs.io. (Except it isn’t, not yet.)
Quickstart
Install Huey DRF API:
pip install huey-drf-api
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'hueydrfapi',
...
)
Add Huey DRF API’s URL patterns:
urlpatterns = [
...
path('', include('hueydrfapi.urls', namespace='hueydrfapi')),
...
]
Features
TODO
Running Tests
TODO: write tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2019-04-03)
First release on PyPI.
Release files for huey-drf-api 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| huey-drf-api-0.2.0.tar.gz | 6.7 kB | Details |
Release files / huey-drf-api-0.2.0.tar.gz
| Download URL | huey-drf-api-0.2.0.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c9c9a80fe0d3537139a56e605f5cecf8d281ba7432050d9a050a6487e2f29022
|
|
BLAKE2b-256 checksum How to use checksums |
e4d6ad93593deb7248111d953ce7d5954b3fc621b9af6b65247280c77828de96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.3
|