Metadata-Version: 2.1
Name: devnet_ssh
Version: 1.0.2
Summary: Fast and simple SSH library for interactive session based on Paramiko
Home-page: https://github.com/jcdaniel14/devnet_ssh.git
Author: Gustavo Santiago
Author-email: jcdaniel14@gmail.com
License: MIT
Download-URL: https://pypi.org/project/devnet_ssh/
Description: <h1 align="center">Devnet-SSH</h1>
        <p>
          <img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
          <a href="#" target="_blank">
            <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
          </a>
        </p>
        
        > Fast and simple SSH library for interactive sessions based on Paramiko.
        
        ## Supported Platforms
        Currently tested on:
        - Cisco switches (IOS,IOS-XE,Nexus)
        - Cisco routers (IOS,IOS-XR,IOS-XE)
        - HP (Model 5920AF)
        - Huawei (Model NE40)
        - Linux Servers
        
        ## Install
        
        ```sh
        pip install devnet_ssh
        ```
        
        ## Author
        
        ðŸ‘¤ **Gustavo Santiago**
        
        * Github: [@jcdaniel14](https://github.com/jcdaniel14)
        
Keywords: SSH,SSH Client,Paramiko,Devnet
Platform: UNKNOWN
Description-Content-Type: text/markdown
