11 buildPythonPackage rec {
12 pname = "foobot-async";
15 disabled = pythonOlder "3.5";
18 pname = "foobot_async";
20 sha256 = "fa557a22de925139cb4a21034ffdbcd01d28bf166c0e680eaf84a99206327f40";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [ "foobot_async" ];
36 description = "API Client for Foobot Air Quality Monitoring devices";
37 homepage = "https://github.com/reefab/foobot_async";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];