Skip to content

This library issues http requests to the Hummingbird Bit and micro:bit via the BlueBird Connector. You must have the BlueBird Connector installed and running for it to work!

License

Notifications You must be signed in to change notification settings

fmorton/BirdBrain-Python-Library

 
 

Repository files navigation

Overview

docs Documentation Status
tests
package

Python Library for Birdbrain Technologies Hummingbird Bit and Finch 2

  • Free software: GNU Lesser General Public License v3 (LGPLv3)

Installation

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

Documentation

Finch: https://learn.birdbraintechnologies.com/finch/python/library/

Hummingbird: https://learn.birdbraintechnologies.com/hummingbirdbit/python/library/

Development

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

About

This library issues http requests to the Hummingbird Bit and micro:bit via the BlueBird Connector. You must have the BlueBird Connector installed and running for it to work!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%