A DRF API for Huey
Project description
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.
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
huey-drf-api-0.2.0.tar.gz
(6.7 kB
view details)
File details
Details for the file huey-drf-api-0.2.0.tar.gz
.
File metadata
- Download URL: huey-drf-api-0.2.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9c9a80fe0d3537139a56e605f5cecf8d281ba7432050d9a050a6487e2f29022 |
|
MD5 | 9e5f02eb666e14f07e415762b8d8ec5a |
|
BLAKE2b-256 | e4d6ad93593deb7248111d953ce7d5954b3fc621b9af6b65247280c77828de96 |