11 buildPythonPackage rec {
12 pname = "sense-energy";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "scottbonline";
22 hash = "sha256-yflI17lLZMXXB0ye+jz3VWWMdZtcBTwbg8deA4ENmWw=";
25 propagatedBuildInputs = [
32 # no tests implemented
35 pythonImportsCheck = [
40 description = "API for the Sense Energy Monitor";
41 homepage = "https://github.com/scottbonline/sense";
42 license = licenses.mit;
43 maintainers = with maintainers; [ dotlambda ];