14 pname = "pyoctoprintapi";
18 inherit pname version;
19 format = "setuptools";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-kZMTHw0S12aUn/DYQuyjQa48QtiwLGYyY4gYKA5063A=";
28 propagatedBuildInputs = [
32 pythonImportsCheck = [
42 description = "Simple async wrapper around the Octoprint API";
43 homepage = "https://github.com/rfleming71/pyoctoprintapi";
44 license = licenses.mit;
45 maintainers= with maintainers; [ hexa ];