Skip to main content

A Django app to access WHOOP Web APIs.

Project description

django-whoop

django-whoop is a Django WHOOP App

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "whoop" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...,
    "django_whoop",
]
  1. Include the WHOOP URLconf in your project urls.py like this:
path("whoop/", include("django_whoop.urls")),
  1. Run python manage.py migrate to create the models.

  2. Visit the /whoop/login URL to sign in with WHOOP.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-whoop-0.1.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

django_whoop-0.1-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

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