9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-NYBaCXBmuTziT0WYEqrW10HRmRy3jpjH3YWQh5Y/TdQ=";
23 propagatedBuildInputs = [
28 description = "Library for interacting with an I2C LCD screen through Python";
29 homepage = "https://pypi.org/project/lcd-i2c/";
30 license = licenses.mit;
31 maintainers = with maintainers; [ oliver-koss ];
32 mainProgram = "lcd-i2c";