1 { lib, buildPythonPackage, fetchPypi, setuptools, paramiko, scp, tenacity
2 , textfsm, ntc-templates, pyserial, pytestCheckHook, pyyaml }:
4 buildPythonPackage rec {
10 hash = "sha256-et3m/j6mMzYij0moY2UMLYP7DmgODw0Vi1sPsExBAOE=";
13 buildInputs = [ setuptools ];
14 propagatedBuildInputs = [ paramiko scp tenacity pyyaml textfsm ntc-templates pyserial ];
16 # tests require closed-source pyats and genie packages
21 "Multi-vendor library to simplify Paramiko SSH connections to network devices";
22 homepage = "https://github.com/ktbyers/netmiko/";
23 license = licenses.mit;
24 maintainers = [ maintainers.astro ];