8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-Q0o392Xf3cY5BkX4ic6pE3XKMSgek5cpW4TMqSh+Ew8=";
23 pythonImportsCheck = [ "iammeter" ];
26 description = "Module to work with the IamMeter API";
27 homepage = "https://pypi.org/project/iammeter/";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];