./textproc/py-ntc_templates, Repository of TextFSM Templates for Network Devices

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.0, Package name: py310-ntc_templates-1.5.0, Maintainer: pkgsrc-users

Repository of TextFSM Templates for Network Devices, and Python
wrapper for TextFSM's CliTable.

TextFSM is a project built by Google that takes CLI string output
and passes each line through a series of regular expressions until
it finds a match. The regular expressions use named capture groups
to build a text table out of the significant text. The names of
the capture groups are used as column headers, and the captured
values are stored as rows in the table.

This project provides a large collection of TextFSM Templates (text
parsers) for a variety of Networking Vendors. In addition to the
templates, there is a function that will convert the CLI output
into a CliTable object; the resulting text table is converted into
a list of dictionaries mapping the column headers with each row in
the table.


Master sites:

Filesize: 150.65 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-30 21:12:12 by Havard Eidnes | Files touched by this commit (4)
Log message:
Add py-ntc_templates version 1.5.0.

Repository of TextFSM Templates for Network Devices, and Python
wrapper for TextFSM's CliTable.

TextFSM is a project built by Google that takes CLI string output
and passes each line through a series of regular expressions until
it finds a match. The regular expressions use named capture groups
to build a text table out of the significant text. The names of
the capture groups are used as column headers, and the captured
values are stored as rows in the table.

This project provides a large collection of TextFSM Templates (text
parsers) for a variety of Networking Vendors. In addition to the
templates, there is a function that will convert the CLI output
into a CliTable object; the resulting text table is converted into
a list of dictionaries mapping the column headers with each row in
the table.