9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "1wzmjqs8zx611b71ip7a0phyas96vxpq8xpnhrirfi9l09kdjgsw";
21 propagatedBuildInputs = [
26 # Project has no tests
28 pythonImportsCheck = [ "pyeight" ];
31 description = "Python library to interface with the Eight Sleep API";
32 homepage = "https://github.com/mezz64/pyEight";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];