python-textfsm
Port variant py310
Summary Module for parsing semi-structured text (3.10)
Package version 1.1.3
Homepage https://github.com/google/textfsm
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 JAN 2023, 06:04:31 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single TextFSM ======= 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). TextFSM was developed internally at Google and released under the Apache 2.0 licence for the benefit of the wider community. [**See documentation for more details.**] Before contributing ------------------- If you are not a Google employee, our lawyers insist that you sign a Contributor Licence Agreement (CLA). If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA]. Individual CLAs can be signed electronically. If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA]. The Google CLA is based on Apache's. Note that unlike some projects (notably GNU projects), we do not require a transfer of copyright. You still own the patch. Sadly, even the smallest patch needs a CLA.
Configuration Switches (platform-specific settings discarded)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-six:single:py310
python-future:single:py310
Download groups
main mirror://PYPIWHL/f8/f2/235703136dc9f25d1498c0f0b49ed99a4d7f98c361f322a5da586eb1ee06
Distribution File Information
dcbeebc6a6137bed561c71a56344d752e6dbc04ae5ea309252cb70fb97ccc9cd 44664 textfsm-1.1.3-py2.py3-none-any.whl
Ports that require python-textfsm:py310
python-napalm:py310 Vendor-agnostic router interaction libary (3.10)
python-netmiko:py310 Simplify CLI connections to network devices (3.10)
python-nornir-netmiko:py310 Netmiko's plugins for Nornir (3.10)
python-ntc-templates:py310 TextFSM Templates for network devices (3.10)