docs | |
---|---|
tests | |
package |
Python Library for Birdbrain Technologies Hummingbird Bit and Finch 2
- Free software: GNU Lesser General Public License v3 (LGPLv3)
pip install birdbrain-python-library
You can also install the in-development version with:
pip install https://github.com/fmorton/BirdBrain-Python-Library/archive/main.zip
Finch: https://learn.birdbraintechnologies.com/finch/python/library/
Hummingbird: https://learn.birdbraintechnologies.com/hummingbirdbit/python/library/
To run all the 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 |