1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "python-periphery";
9 sha256 = "ed07adc27c8b4df9cd40b2d935f86400a7b495b311df5bfaf9ecaeafc5413fd5";
12 # Some tests require physical probing and additional physical setup
16 homepage = "https://github.com/vsergeev/python-periphery";
17 description = "Linux Peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) with Python 2 & 3";
18 license = lib.licenses.mit;
19 maintainers = with lib.maintainers; [ bandresen ];