9 buildPythonPackage rec {
10 pname = "ciscomobilityexpress";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "d8787245598e8371a83baa4db1df949d8a942c43f13454fa26ee3b09c3ccafc0";
19 propagatedBuildInputs = [ requests ];
21 # tests directory is set up, but has no tests
23 ${python.interpreter} -m unittest
26 pythonImportsCheck = [ "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 ];