Skip to main content

API client for Beddit sleep tracker

Project description

https://travis-ci.org/giginet/beddit-python.svg?branch=master https://coveralls.io/repos/github/giginet/beddit-python/badge.svg?branch=master

API Client for Beddit in Python.

Read API Documentation for detail.

Installation

pip install beddit-python

Usage

List sleep scores per day

from datetime import datetime
from beddit.client import BedditClient

client = BedditClient('user@example.com', password)

start_date = datetime(2016, 7, 1)
end_date = datetime(2016, 7, 31)

sleeps = client.get_sleeps(start=start_date, end=end_date)
for sleep in sleeps:
    print(sleep.date.strftime('%Y-%m-%d'), sleep.property.total_sleep_score)
2016-07-01 75
2016-07-02 92
....

Supported Python

Python 2.7, 3.3, 3.4, 3.5

LICENSE

MIT License

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

beddit-python-0.1.1.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file beddit-python-0.1.1.tar.gz.

File metadata

File hashes

Hashes for beddit-python-0.1.1.tar.gz
Algorithm Hash digest
SHA256 24895d8a2643222196f78e561d887a8b9ffe597b0043030506bc03b9c7146ede
MD5 8a3b713af15b908db13acc961e40aa0b
BLAKE2b-256 818c80554ec01399ca46e6a93f03d9f1e3c894dd50dfee00dd90df086c09b458

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