# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netmiko VERSION= 4.3.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Simplify CLI connections to network devices (3.11) SDESC[v12]= Simplify CLI connections to network devices (3.12) HOMEPAGE= https://github.com/ktbyers/netmiko CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/a8/4c/504be61a9f24e1971807d78a796db45e0580eb237c9563b1637ba819a4cf DISTFILE[1]= netmiko-4.3.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= shebangfix DISTNAME= netmiko-4.3.0.dist-info SHEBANG_FILES= stage{{PYTHON_SITELIBDIR}}/netmiko/cli_tools/netmiko_*.py GENERATED= yes [PY311].RUN_DEPENDS_ON= python-ntc-templates:single:v11 python-paramiko:single:v11 python-pyserial:single:v11 python-PyYAML:single:v11 python-scp:single:v11 python-textfsm:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-ntc-templates:single:v12 python-paramiko:single:v12 python-pyserial:single:v12 python-PyYAML:single:v12 python-scp:single:v12 python-textfsm:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:1675: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 us 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:109:distinfo] a873b186e0b61be4a2100eda51e996d917ceddce195b734346b686757e61d324 219198 netmiko-4.3.0-py3-none-any.whl