Skip to main content

Your project description goes here

Project description

https://badge.fury.io/py/django-coap.svg https://travis-ci.org/bopo/django-coap.svg?branch=master https://codecov.io/gh/bopo/django-coap/branch/master/graph/badge.svg

Your project description goes here

Documentation

The full documentation is at https://django-coap.readthedocs.io.

Quickstart

Install django-coap:

pip install django-coap

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_coap.apps.DjangoCoapConfig',
    ...
)

Add django-coap’s URL patterns:

from django_coap import urls as django_coap_urls


urlpatterns = [
    ...
    url(r'^', include(django_coap_urls)),
    ...
]

Features

  • TODO

Running 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 (2018-03-23)

  • 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

django-coap-0.1.0.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file django-coap-0.1.0.tar.gz.

File metadata

  • Download URL: django-coap-0.1.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-coap-0.1.0.tar.gz
Algorithm Hash digest
SHA256 da6f0d42bcc715559424d01e80149ccef375f7d2bd34b385caeb2e72aeacacbf
MD5 9a3d4baf117fe5e44c5f9192a3d4b397
BLAKE2b-256 83f1e0070337a74d9de293eaca1096a4b0b62be00dbffddb92c4a005ec78543e

See more details on using hashes here.

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