ktbyers/netmiko
Multi-vendor library to simplify Paramiko SSH connections to network devices observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 98
- Release rhythm 51
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 258.5
- age_days: 4296
- days_rel: 113
- days_push: 15
- n_releases_24m: 3
Adoption not part of the score
4264 stars · 1391 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Netmiko is a multi-vendor Python library that simplifies SSH CLI connections to network devices, built on top of Paramiko. It abstracts low-level screen-scraping details for gathering show command output and making configuration changes across a broad set of networking platforms.
Use cases
- automate ssh cli connections to cisco and other network switches
- run show commands on network devices with python
- push configuration changes to routers and switches programmatically
- screen-scrape network device output without regex handling
- bulk network device automation across multiple vendors
- secure copy files to network devices over ssh
When to choose
- you need to automate CLI interactions with multi-vendor network equipment in Python
- you want to avoid low-level expect/regex handling for device prompts
- you need broad platform support for routers, switches, and firewalls
When to avoid
- you need modern API-based device management (NETCONF/RESTCONF/gNMI)
- your devices expose proper REST APIs you can call directly
- you need high-performance concurrent configuration of thousands of devices
Facets
library · maturity stable
ssh developer-tools workflow-automation networking developer-tools python cross-platform network-automation ssh cli-scraping network-devices paramiko multi-vendor automation
2 sources
- readme: https://github.com/ktbyers/netmiko · fetched 2026-08-28 · d407cfae6837
- registry_pypi: https://pypi.org/pypi/netmiko/json · fetched 2026-08-29 · 33650519fc9a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ktbyers/netmiko | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem