8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1bhzrxpzglfw4qbqfzyxr7dmmavzq4pq0h90jh0aa8vdw7iy7g7v";
17 propagatedBuildInputs = [
22 # Project has no tests
24 pythonImportsCheck = [ "sleepyq" ];
27 description = "Python module for SleepIQ API";
28 homepage = "https://github.com/technicalpickles/sleepyq";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];