Merge pull request #9 from DavidJohnGee/master

Added a vendor library and blog ref
This commit is contained in:
Ken Celenza 2017-09-14 08:54:45 -04:00 committed by GitHub
commit 252dd98746

View File

@ -44,6 +44,7 @@ A curated list of awesome about Network Automation
- [Coding Networker](https://codingnetworker.com) - The Network Automation thoughts of Henry Ölsner
- [Coding Packets](https://codingpackets.com) - The Network Automation thoughts of Brad Searle
- [Jason Edelman](http://www.jedelman.com/) - The Network Automation thoughts of Jason Edelman
- [IPEngineer - David Gee](http://ipengineer.net) - Network automation, software-networking and musings from David Gee
- [mirceaulinic](https://mirceaulinic.net/) - The Network Automation thoughts of Mircea Ulinic
- [Napalm-automation](https://napalm-automation.net) - News and updates about the NAPALM project
- [Networklore](https://networklore.com/blog) - The Network Automation thoughts of Patrick Ogenstad
@ -53,6 +54,7 @@ A curated list of awesome about Network Automation
- [Project 10](https://projectme10.wordpress.com) - The Network Automation thoughts of Gabriele Gerbino
- [Scott Lowe](http://blog.scottlowe.org) - The Network Automation thoughts of Scott Lowe
# Programming Topics
## Structured Data
@ -160,6 +162,7 @@ A curated list of awesome about Network Automation
- [Netmiko](https://github.com/ktbyers/netmiko) - Multi-vendor library to simplify Paramiko SSH connections to network devices
- [TextFSM](https://github.com/google/textfsm) - Python module for parsing semi-structured text into python tables.
## Non-Core Ansible Modules
- [ansible-junos-stdlib](https://github.com/Juniper/ansible-junos-stdlib) - Junos modules for Ansible
@ -171,6 +174,7 @@ A curated list of awesome about Network Automation
## Vendor Abstraction Library
- [clicrud](https://github.com/davidjohngee/clicrud) - Brocade specific (MLX/VDX/ICX/CER/CES) CLI driver (Telnet & SSH)
- [infoblox](https://github.com/infobloxopen/infoblox-client) - Python library for Infoblox
- [pandevice](https://github.com/PaloAltoNetworks/pandevice) - Python library for Palo Alto
- [pyeapi](https://github.com/arista-eosplus/pyeapi) - Python library for Arista EOS
@ -179,6 +183,7 @@ A curated list of awesome about Network Automation
- [pynxos](https://github.com/networktocode/pynxos) - Python library for Cisco NXOS
- [py-junos-exnc](https://github.com/Juniper/py-junos-eznc) - Python library for Junos automation
## Tools
- [BGP-Dashboard](https://github.com/rhicks/bgp-dashboard) - BGP Dashboard and Monitoring Web Application