7 buildPythonPackage rec {
8 pname = "ndms2-client";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "python_ndms2_client";
17 hash = "sha256-cM36xNLymg5Xph3bvbUGdAEmMABJ9y3/w/U8re6ZfB4=";
24 pythonImportsCheck = [ "ndms2_client" ];
27 description = "Keenetic NDMS 2.x and 3.x client";
28 homepage = "https://github.com/foxel/python_ndms2_client";
29 license = licenses.mit;
30 maintainers = with maintainers; [ dotlambda ];