8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-WCyuhk77QNJAiuzccrb2u0mfc81LYrYSSq9atgO0LdE=";
18 propagatedBuildInputs = [ aiohttp ];
20 # Project has no tests
22 pythonImportsCheck = [ "poolsense" ];
25 description = "Python module to access PoolSense device";
26 homepage = "https://github.com/haemishkyd/poolsense";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];