10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1jy5mcg9wdz546s9wdwsgkxhm2ac4dmphd9vz243db39j1m0a3bj";
20 propagatedBuildInputs = [
26 # Tests require InfluxDB server
29 pythonImportsCheck = [ "aioinflux" ];
32 description = "Asynchronous Python client for InfluxDB";
33 homepage = "https://github.com/gusutabopb/aioinflux";
34 license = licenses.mit;
35 maintainers = with maintainers; [