textfsm


Nametextfsm JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/google/textfsm
SummaryPython module for parsing semi-structured text into python tables.
upload_time2022-07-06 05:39:14
maintainerGoogle
docs_urlNone
author
requires_python
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.**](https://github.com/google/textfsm/wiki/TextFSM)

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](https://cla.developers.google.com/about/google-individual).
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](https://cla.developers.google.com/clas).
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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/textfsm",
    "name": "textfsm",
    "maintainer": "Google",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "textfsm-dev@googlegroups.com",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b8/bf/c9147d29c5a3ff4c1c876e16ea02f6d4e4f35ba1bcbb2ac80a254924f0aa/textfsm-1.1.3.tar.gz",
    "platform": null,
    "description": "TextFSM\n=======\n\nPython module which implements a template based state machine for parsing\nsemi-formatted text. Originally developed to allow programmatic access to\ninformation returned from the command line interface (CLI) of networking\ndevices.\n\nThe engine takes two inputs - a template file, and text input (such as command\nresponses from the CLI of a device) and returns a list of records that contains\nthe data parsed from the text.\n\nA template file is needed for each uniquely structured text input. Some examples\nare provided with the code and users are encouraged to develop their own.\n\nBy developing a pool of template files, scripts can call TextFSM to parse useful\ninformation from a variety of sources. It is also possible to use different\ntemplates on the same data in order to create different tables (or views).\n\nTextFSM was developed internally at Google and released under the Apache 2.0\nlicence for the benefit of the wider community.\n\n[**See documentation for more details.**](https://github.com/google/textfsm/wiki/TextFSM)\n\nBefore contributing\n-------------------\nIf you are not a Google employee, our lawyers insist that you sign a Contributor\nLicence Agreement (CLA).\n\nIf you are an individual writing original source code and you're sure you own\nthe intellectual property, then you'll need to sign an\n[individual CLA](https://cla.developers.google.com/about/google-individual).\nIndividual CLAs can be signed electronically. If you work for a company that\nwants to allow you to contribute your work, then you'll need to sign a\n[corporate CLA](https://cla.developers.google.com/clas).\nThe Google CLA is based on Apache's. Note that unlike some projects\n(notably GNU projects), we do not require a transfer of copyright. You still own\nthe patch.\n\nSadly, even the smallest patch needs a CLA.",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Python module for parsing semi-structured text into python tables.",
    "version": "1.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "dbdd5d10d1d6cb157730ddfcaafc5624",
                "sha256": "dcbeebc6a6137bed561c71a56344d752e6dbc04ae5ea309252cb70fb97ccc9cd"
            },
            "downloads": -1,
            "filename": "textfsm-1.1.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbdd5d10d1d6cb157730ddfcaafc5624",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 44664,
            "upload_time": "2022-07-13T07:49:47",
            "upload_time_iso_8601": "2022-07-13T07:49:47.744173Z",
            "url": "https://files.pythonhosted.org/packages/f8/f2/235703136dc9f25d1498c0f0b49ed99a4d7f98c361f322a5da586eb1ee06/textfsm-1.1.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9593fa92f63fae3745986b2ebd756c60",
                "sha256": "577ef278a9237f5341ae9b682947cefa4a2c1b24dbe486f94f2c95addc6504b5"
            },
            "downloads": -1,
            "filename": "textfsm-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9593fa92f63fae3745986b2ebd756c60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 55454,
            "upload_time": "2022-07-06T05:39:14",
            "upload_time_iso_8601": "2022-07-06T05:39:14.372024Z",
            "url": "https://files.pythonhosted.org/packages/b8/bf/c9147d29c5a3ff4c1c876e16ea02f6d4e4f35ba1bcbb2ac80a254924f0aa/textfsm-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-06 05:39:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "google",
    "github_project": "textfsm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textfsm"
}
        
Elapsed time: 0.01262s