/piripherals

a collection of classes to interact with peripherals for the RaspberriPi

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Documentation Status Build Status Coverage Status pypi license Say Thanks!

piripherals

a collection of classes to interact with peripherals for the RaspberryPi

Installation

pip install piripherals

Dependencies

This package has some soft dependencies. If you need them, depends on which classes you actually use.

Documentation

Generate it with Sphinx (cd docs && make html) or read it online.

Tests

Unittesting is done using PyTest, run pytest to execute the tests.