Skip to main content

A DRF API for Huey

Project description

https://badge.fury.io/py/huey-drf-api.svg https://travis-ci.org/eyemyth/huey-drf-api.svg?branch=master https://codecov.io/gh/eyemyth/huey-drf-api/branch/master/graph/badge.svg

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page