/py-sleepme

A python library for the [Sleep.me Developer API](https://docs.developer.sleep.me/).

Primary LanguagePythonMIT LicenseMIT

Overview

docs Documentation Status
tests
package

A python library for the Sleep.me Developer API.

  • Free software: MIT license

Installation

pip install sleepme

You can also install the in-development version with:

pip install https://github.com/veleek/py-sleepme/archive/main.zip

Documentation

https://py-sleepme.readthedocs.io/

Development

To run all the tests first get an Access Token and create a .env file:

access_token=<sleepme_access_token>

Then run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox