14 buildPythonPackage rec {
15 pname = "bluecurrent-api";
19 disabled = pythonOlder "3.11";
22 inherit pname version;
23 hash = "sha256-mWRTSMS68+J1Z4PYOFF/UvofSqV1wv0gjiTACEWDfNg=";
26 build-system = [ setuptools ];
33 pythonImportsCheck = [ "bluecurrent_api" ];
42 description = "Wrapper for the Blue Current websocket api";
43 homepage = "https://github.com/bluecurrent/HomeAssistantAPI";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ dotlambda ];