Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 508 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 508 Bytes

Netmiko_Parsing_TTP

Parsing a show output from Cisco Device using TTP module

TTP is a Python module that allows relatively fast performance parsing of semi-structured text data using templates. TTP was developed to enable programmatic access to data produced by CLI of networking devices, but, it can be used to parse any semi-structured text that contains distinctive repetition patterns.

image