Loading pkgs/development/python-modules/meraki/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , aiohttp , requests }: buildPythonPackage rec { pname = "meraki"; version = "1.30.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-s26xGwWSWB+qpOTUe8IYo53ywYOaaUWjDznFqpmRlak="; }; propagatedBuildInputs = [ aiohttp requests ]; pythonImportsCheck = [ "meraki" ]; meta = with lib; { description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform"; homepage = "https://github.com/meraki/dashboard-api-python"; license = licenses.mit; maintainers = with maintainers; [ dylanmtaylor ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5949,6 +5949,8 @@ self: super: with self; { memory_profiler = callPackage ../development/python-modules/memory_profiler { }; meraki = callPackage ../development/python-modules/meraki { }; mercantile = callPackage ../development/python-modules/mercantile { }; mercurial = toPythonModule (pkgs.mercurial.override { Loading Loading
pkgs/development/python-modules/meraki/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , aiohttp , requests }: buildPythonPackage rec { pname = "meraki"; version = "1.30.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-s26xGwWSWB+qpOTUe8IYo53ywYOaaUWjDznFqpmRlak="; }; propagatedBuildInputs = [ aiohttp requests ]; pythonImportsCheck = [ "meraki" ]; meta = with lib; { description = "Provides all current Meraki dashboard API calls to interface with the Cisco Meraki cloud-managed platform"; homepage = "https://github.com/meraki/dashboard-api-python"; license = licenses.mit; maintainers = with maintainers; [ dylanmtaylor ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5949,6 +5949,8 @@ self: super: with self; { memory_profiler = callPackage ../development/python-modules/memory_profiler { }; meraki = callPackage ../development/python-modules/meraki { }; mercantile = callPackage ../development/python-modules/mercantile { }; mercurial = toPythonModule (pkgs.mercurial.override { Loading