# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netmiko VERSION= 4.5.0 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Simplify CLI connections to network devices (3.12) SDESC[v13]= Simplify CLI connections to network devices (3.13) HOMEPAGE= https://github.com/ktbyers/netmiko CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/27/67/1912985e8649e056795837dd65beee66afcec1386d4fae29b0bb69735ce7 DISTFILE[1]= netmiko-4.5.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON USES= shebangfix DISTNAME= netmiko-4.5.0.dist-info SHEBANG_FILES= stage{{PYTHON_SITELIBDIR}}/netmiko/cli_tools/netmiko_*.py GENERATED= yes [PY312].RUN_DEPENDS_ON= python-ntc-templates:single:v12 python-paramiko:single:v12 python-pyserial:single:v12 python-PyYAML:single:v12 python-rich:single:v12 python-ruamel.yaml:single:v12 python-scp:single:v12 python-textfsm:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-ntc-templates:single:v13 python-paramiko:single:v13 python-pyserial:single:v13 python-PyYAML:single:v13 python-rich:single:v13 python-ruamel.yaml:single:v13 python-scp:single:v13 python-textfsm:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:1676:descriptions/desc.single] [![PyPI - Python Version]](https://img.shields.io/pypi/pyversions/netmiko) [PyPI] [Downloads] [GitHub contributors] [Code Style] [image] Netmiko ======= Multi-vendor library to simplify CLI connections to network devices
## Contributing to Netmiko [CONTRIBUTING.md]
## Why Netmiko? Network automation to screen-scraping devices is primarily concerned with gathering output from show commands and with making configuration changes. Netmiko aims to accomplish both of these operations and to do it across a very broad set of platforms. It seeks to do this while abstracting away low-level state control (i.e. eliminate low-level regex pattern matching to the extent practical).
## Getting Started - [Getting Started]
## Examples *You really should look here.* - [Netmiko Examples]
## Supported Platforms [PLATFORMS]
## Installation To install netmiko, simply use pip: ``` $ pip install netmiko ```
## API-Documentation [API-Documentation]
## Common Issues/FAQ Answers to some [common questions]
### Tutorials - [Netmiko Overview] - [Secure Copy] - [Netmiko through SSH Proxy] - [Netmiko and TextFSM] - [Netmiko and what constitutes done]
### Getting Started: #### Create a dictionary representing the device. Supported device_types can be found in [ssh_dispatcher.py], see CLASS_MAPPER keys. ```py from netmiko import ConnectHandler cisco_881 = { 'device_type': 'cisco_ios', 'host': '10.10.10.10', 'username': 'test', 'password': 'password', 'port' : 8022, # optional, defaults to 22 'secret': 'secret', # optional, defaults to '' } [FILE:120:distinfo] 42d81fb906339af1fb5c6899f181f5cb5c9b03311262ba56c696b113e1f2f61a 244022 python-src/netmiko-4.5.0-py3-none-any.whl