10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
20 hash = "sha256-DGkgW6emh/esZa/alUjBbpLXlU4EVIPkysn9a0LgcJ4=";
23 propagatedBuildInputs = [
29 # No tests in PyPI tarballs
32 pythonImportsCheck = [
37 description = "Python module to get energy consumption data from Atome";
38 homepage = "https://github.com/baqs/pyAtome";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ uvnikita ];