8 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "17x2m7icbby1y2zfc79jpbir2kvyqlrkix9pvvxanm658arsh8c7";
21 propagatedBuildInputs = [
25 # no tests implemented
28 pythonImportsCheck = [
34 description = "Python module to talk to Atag One";
35 homepage = "https://github.com/MatsNl/pyatag";
36 license = licenses.mit;
37 maintainers = with maintainers; [ dotlambda ];