/explora-hat

Python module for interfacing with the Raspberry Pi Explora Hat.

Primary LanguagePython

explora-hat

project logo

RaspberryPi Poetry

Python module for interfacing with the Raspberry Pi Explora Hat.

Installation

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

Development

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