8 buildPythonPackage rec {
9 pname = "ciscomobilityexpress";
13 inherit pname version;
14 sha256 = "d8787245598e8371a83baa4db1df949d8a942c43f13454fa26ee3b09c3ccafc0";
17 propagatedBuildInputs = [ requests ];
19 # tests directory is set up, but has no tests
21 ${python.interpreter} -m unittest
24 pythonImportsCheck = [
25 "ciscomobilityexpress"
29 description = "Module to interact with Cisco Mobility Express APIs to fetch connected devices";
30 homepage = "https://github.com/fbradyirl/ciscomobilityexpress";
31 license = licenses.mit;
32 maintainers = with maintainers; [ uvnikita ];