Skip to content

Commit

Permalink
add scrapli
Browse files Browse the repository at this point in the history
  • Loading branch information
natenka committed Apr 6, 2021
1 parent 98c8fdf commit 8ac5bff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/source/book/18_ssh_telnet/further_reading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Documentation:
- `paramiko
Channel <http://docs.paramiko.org/en/2.0/api/channel.html>`__
- `netmiko <https://github.com/ktbyers/netmiko>`__
- `threading <https://docs.python.org/3/library/threading.html>`__
- `multiprocessing <https://docs.python.org/3/library/multiprocessing.html>`__
- `queue <https://docs.python.org/3/library/queue.html>`__
- `scrapli <https://carlmontanari.github.io/scrapli/user_guide/basic_usage/>`__
- `scrapli-cfg <https://scrapli.github.io/scrapli_cfg/user_guide/quickstart/>`__
- `time <https://docs.python.org/3/library/time.html>`__
- `datetime <https://docs.python.org/3/library/datetime.html>`__
- `getpass <https://docs.python.org/3/library/getpass.html>`__
Expand All @@ -21,3 +20,10 @@ Articles:
* `Netmiko Library <https://pynet.twb-tech.com/blog/automation/netmiko.html>`__
* `Automate SSH connections with netmiko <https://codingnetworker.com/2016/03/automate-ssh-connections-with-netmiko/>`__
* `Network Automation Using Python: BGP Configuration <http://www.networkcomputing.com/networking/network-automation-using-python-bgp-configuration/1423704194>`__
* `A Tale of Five Python SSH Libraries Commentary <https://www.montanari.io/posts/2020/a_tale_of_five_python_ssh_libraries_commentary/>`__

Code examples:

* `netmiko <https://github.com/ktbyers/netmiko/tree/develop/examples>`__
* `scrapli <https://github.com/carlmontanari/scrapli/tree/master/examples>`__
* `netmiko, paramiko, telnetlib, scrapli, pexpect <https://github.com/natenka/pyneng-examples/tree/main/ssh_telnet>`__

0 comments on commit 8ac5bff

Please sign in to comment.