Python module for interfacing with the Raspberry Pi Explora Hat.
pip install -i https://test.pypi.org/simple/ explora-hat --extra-index-url https://pypi.org/simple
from explora.hat import gpio_manager
from explora.hat import ws281x
This project uses Poetry for dependencies management and packaging.
# clone reporitory
git clone <repo>
cd explora-hat
# install dependecies
poetry install
# activate Python virtual environment
poetry shell