11 buildPythonPackage rec {
12 pname = "pyclimacell";
14 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 hash = "sha256-jWHjnebg4Aar48gid7bB7XYXOQtSqbmVmASsZd0YoPc=";
24 propagatedBuildInputs = [
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "pyclimacell" ];
34 description = "Python client for ClimaCell API";
35 homepage = "https://github.com/raman325/pyclimacell";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];