Skip to content

reputage/bluepea

Repository files navigation

Overview

docs Documentation Status
tests
package

Indigo Project Backend

  • Free software: Apache2 license

Installation

pip3 install bluepea

Documentation

API Documentation API:

https://bluepea.readthedocs.io/

Development

To run the all tests 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