7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp";
16 propagatedBuildInputs = [ aiohttp ];
18 # Project has no tests
20 pythonImportsCheck = [ "poolsense" ];
23 description = "Python module to access PoolSense device";
24 homepage = "https://github.com/haemishkyd/poolsense";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];