12 buildPythonPackage rec {
13 pname = "crownstone-cloud";
17 disabled = pythonOlder "3.8";
20 pname = "crownstone_cloud";
22 hash = "sha256-s84pK52uMupxQfdMldV14V3nj+yVku1Vw13CRX4o08U=";
25 build-system = [ setuptools ];
32 nativeCheckInputs = [ pytestCheckHook ];
34 pythonImportsCheck = [ "crownstone_cloud" ];
37 description = "Python module for communicating with Crownstone Cloud and devices";
38 homepage = "https://github.com/Crownstone-Community/crownstone-lib-python-cloud";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];