9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1jy5mcg9wdz546s9wdwsgkxhm2ac4dmphd9vz243db39j1m0a3bj";
19 propagatedBuildInputs = [ aiohttp ciso8601 pandas ];
21 # Tests require InfluxDB server
24 pythonImportsCheck = [ "aioinflux" ];
27 description = "Asynchronous Python client for InfluxDB";
28 homepage = "https://github.com/gusutabopb/aioinflux";
29 license = licenses.mit;
30 maintainers = with maintainers; [ liamdiprose lopsided98 ];