10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-HZF3Yxb/dTQSVzTkdAbfeD1Zyf8jFHoF3nt6OcdCnAM=";
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 ];