Added ttp to libraries (#87)

TTP is a relatively new library, but works very well and is simple to use. I have been using it for a few weeks and think it should be on the awesome list.
This commit is contained in:
clay584 2019-10-15 08:54:37 -04:00 committed by Ken Celenza
parent 0a7578cd55
commit e9c216df59
1 changed files with 2 additions and 0 deletions

View File

@ -231,8 +231,10 @@ Network Automation is a cross between the discipline of [Network Infrastructure]
- [Netmiko](https://github.com/ktbyers/netmiko) - Multi-vendor library to simplify Paramiko SSH connections to network devices.
- [Nornir](https://github.com/nornir-automation/nornir) - Nornir is a pure Python automation framework intented to be used directly from Python.
- [SEC - Simple Event Correlator](https://simple-evcorr.github.io/) - SEC is an event correlation tool for advanced event processing which can be harnessed for event log monitoring, for network and security management, for fraud detection, and for any other task which involves event correlation.
- [Template Text Parser](https://github.com/dmulyalin/ttp) - CLI tool and Python module for parsing semi-structured text into structured data. Similar syntax to Jinja templating, but in reverse.
- [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 OS modules for Ansible.