10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-hu45sofG7QiWZVCE1JrZZMBXWmQ/v0sK8QJlN+VBe+U=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "pyplaato" ];
33 description = "Python API client for fetching Plaato data";
34 homepage = "https://github.com/JohNan/pyplaato";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];