summaryrefslogtreecommitdiff
path: root/textproc/py-jtextfsm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-jtextfsm/pkg-descr')
-rw-r--r--textproc/py-jtextfsm/pkg-descr20
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/py-jtextfsm/pkg-descr b/textproc/py-jtextfsm/pkg-descr
deleted file mode 100644
index cd2d4cc6411e..000000000000
--- a/textproc/py-jtextfsm/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Python module which implements a template based state machine for parsing
-semi-formatted text. Originally developed to allow programmatic access to
-information returned from the command line interface (CLI) of networking
-devices.
-
-The engine takes two inputs - a template file, and text input (such as command
-responses from the CLI of a device) and returns a list of records that contains
-the data parsed from the text.
-
-A template file is needed for each uniquely structured text input. Some examples
-are provided with the code and users are encouraged to develop their own.
-
-By developing a pool of template files, scripts can call TextFSM to parse useful
-information from a variety of sources. It is also possible to use different
-templates on the same data in order to create different tables (or views).
-
-Note: This package was originally a fork of TextFSM because TextFSM had no
-support for Python3 at that time (that's not the case anymore, btw).
-Nevertheless this package is somewhat smaller compared to TextFSM and is used
-in some projects.