10 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
17 owner = "lamoreauxlab";
18 repo = "srpenergy-api-client-python";
20 hash = "sha256-aZnqGtfklWgigac2gdkQv29Qy5HC34zGGY2iWr2cOMo=";
23 propagatedBuildInputs = [
32 pythonImportsCheck = [ "srpenergy.client" ];
35 description = "Unofficial Python module for interacting with Srp Energy data";
36 homepage = "https://github.com/lamoreauxlab/srpenergy-api-client-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ dotlambda ];