13 buildPythonPackage rec {
14 pname = "energyflip-client";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "dennisschroer";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-neuZ6pZWW/Rgexu/iCEymjnxi5l/IuLKPFn6S9U4DgU=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "energyflip" ];
41 description = "Library to communicate with the API behind EnergyFlip";
42 homepage = "https://github.com/dennisschroer/energyflip-client";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ fab ];