13 buildPythonPackage rec {
14 pname = "foobot-async";
18 disabled = pythonOlder "3.8";
21 pname = "foobot_async";
23 hash = "sha256-QQjysk2m8QkOpLBdC8kfuoA9PcljgEwzKyrIAhxHB4c=";
26 build-system = [ setuptools ];
38 pythonImportsCheck = [ "foobot_async" ];
41 description = "API Client for Foobot Air Quality Monitoring devices";
42 homepage = "https://github.com/reefab/foobot_async";
43 license = licenses.mit;
44 maintainers = with maintainers; [ dotlambda ];