1 { lib, python3, fetchPypi }:
5 buildPythonApplication rec {
6 pname = "adafruit-ampy";
10 inherit pname version;
11 sha256 = "f4cba36f564096f2aafd173f7fbabb845365cc3bb3f41c37541edf98b58d3976";
14 nativeBuildInputs = [ setuptools-scm ];
15 propagatedBuildInputs = [ click python-dotenv pyserial ];
21 homepage = "https://github.com/pycampers/ampy";
22 license = licenses.mit;
23 description = "Utility to interact with a MicroPython board over a serial connection";