14 buildPythonPackage rec {
15 pname = "aiorecollect";
19 src = fetchFromGitHub {
23 sha256 = "sha256-S4HL8vJS/dTKsR5egKRSHqZYPClcET5Le06euHPyIkU=";
26 nativeBuildInputs = [ poetry-core ];
28 propagatedBuildInputs = [ aiohttp ];
38 # Ignore the examples as they are prefixed with test_
39 pytestFlagsArray = [ "--ignore examples/" ];
40 pythonImportsCheck = [ "aiorecollect" ];
43 description = "Python library for the Recollect Waste API";
45 aiorecollect is a Python asyncio-based library for the ReCollect
46 Waste API. It allows users to programmatically retrieve schedules
47 for waste removal in their area, including trash, recycling, compost
50 homepage = "https://github.com/bachya/aiorecollect";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];