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
- Add "whoop" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
"django_whoop",
]
- Include the WHOOP URLconf in your project urls.py like this:
path("whoop/", include("django_whoop.urls")),
-
Run
python manage.py migrate
to create the models. -
Visit the
/whoop/login
URL to sign in with WHOOP.
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
django-whoop-0.1.tar.gz
(12.4 kB
view details)
Built Distribution
File details
Details for the file django-whoop-0.1.tar.gz
.
File metadata
- Download URL: django-whoop-0.1.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a180aa409eb6038686604a129e18b890de61bbcf85900afe65e0f0505d359791 |
|
MD5 | 8441096ce27ee3d40e9695c360fd0a0f |
|
BLAKE2b-256 | 2bbed4f03c7e760c9ac80ccf6b6f082b9e4fc0c1c96c83848bd3eafa3ed74023 |
File details
Details for the file django_whoop-0.1-py3-none-any.whl
.
File metadata
- Download URL: django_whoop-0.1-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b5994ecc6cba3a6c85702aa24833824b5ad05b4129b7f3d76a523c2fb65e81 |
|
MD5 | 53cc13a89b9ee504f358937218faacac |
|
BLAKE2b-256 | 338e17760979822f6cc171b392cfedf62f7ceb38ef5e1640871a5b5d885229b3 |