Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.43 KB

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.