8 buildPythonApplication,
13 buildPythonApplication rec {
16 format = "setuptools";
21 hash = "sha256-YOyeovqRqt6ZMXgLnIxRvPkcW259K8NIBGdb3PwjkMg=";
25 # requires files not in PyPI tarball
28 # requires running "pip install"
32 propagatedBuildInputs = [
47 pythonImportsCheck = [
52 homepage = "https://github.com/PackeTsar/meraki-cli";
53 description = "Simple CLI tool to automate and control your Cisco Meraki Dashboard";
54 license = licenses.mit;
55 maintainers = with maintainers; [ dylanmtaylor ];
56 platforms = platforms.unix;
57 mainProgram = "meraki";