15 buildPythonPackage rec {
16 pname = "amberelectric";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
24 repo = "amberelectric.py";
26 hash = "sha256-HTelfgOucyQINz34hT3kGxhJf68pxKbiO3L54nt5New=";
29 build-system = [ poetry-core ];
43 pythonImportsCheck = [ "amberelectric" ];
46 description = "Python Amber Electric API interface";
47 homepage = "https://github.com/madpilot/amberelectric.py";
48 license = with licenses; [ asl20 ];
49 maintainers = with maintainers; [ fab ];