ntc-templates


Namentc-templates JSON
Version 5.0.0 PyPI version JSON
download
home_pagehttps://ntc-templates.readthedocs.io
SummaryTextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
upload_time2024-04-08 14:15:19
maintainerNone
docs_urlNone
authorNetwork to Code
requires_python<4.0,>=3.8
licenseApache-2.0
keywords textfsm network parsers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NTC Templates

<p align="center">
  <img src="https://raw.githubusercontent.com/networktocode/ntc-templates/master/docs/images/icon-ntc-templates.png" class="logo" height="200px">
  <br>
  <a href="https://github.com/networktocode/ntc-templates/actions"><img src="https://github.com/networktocode/ntc-templates/actions/workflows/ci.yml/badge.svg?branch=main"></a>
  <a href="https://ntc-templates.readthedocs.io/en/latest"><img src="https://readthedocs.org/projects/ntc-templates/badge/"></a>
  <a href="https://pypi.org/project/ntc-templates/"><img src="https://img.shields.io/pypi/v/ntc-templates"></a>
  <a href="https://pypi.org/project/ntc-templates/"><img src="https://img.shields.io/pypi/dm/ntc-templates"></a>
  <br>
</p>

## Overview

Repository of TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. TextFSM is a tool to help make parsing cli commands more manageable.

## Documentation

Full web-based HTML documentation for this library can be found over on the [NTC Templates Docs](https://ntc-templates.readthedocs.io) website:

- [User Guide](https://ntc-templates.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://ntc-templates.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://ntc-templates.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://ntc-templates.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://ntc-templates.readthedocs.io/en/latest/user/faq/).

### Contributing to the Docs

All the Markdown source for the library documentation can be found under the [docs](https://github.com/networktocode/ntc-templates/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.

If you need to view the fully generated documentation site, you can build it with [mkdocs](https://www.mkdocs.org/). A container hosting the docs will be started using the invoke commands (details in the [Development Environment Guide](https://ntc-templates.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). As your changes are saved, the live docs will be automatically reloaded.

Any PRs with fixes or improvements are very welcome!

## Questions

For any questions or comments, please check the [FAQ](https://ntc-templates.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#networktocode`), sign up [here](http://slack.networktocode.com/) if you don't have an account.


            

Raw data

            {
    "_id": null,
    "home_page": "https://ntc-templates.readthedocs.io",
    "name": "ntc-templates",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "textfsm, network parsers",
    "author": "Network to Code",
    "author_email": "info@networktocode.com",
    "download_url": "https://files.pythonhosted.org/packages/69/da/31a8500430f3527f82423499dfe89bc03624aa2af0baa89802c3b883e05c/ntc_templates-5.0.0.tar.gz",
    "platform": null,
    "description": "# NTC Templates\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/networktocode/ntc-templates/master/docs/images/icon-ntc-templates.png\" class=\"logo\" height=\"200px\">\n  <br>\n  <a href=\"https://github.com/networktocode/ntc-templates/actions\"><img src=\"https://github.com/networktocode/ntc-templates/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n  <a href=\"https://ntc-templates.readthedocs.io/en/latest\"><img src=\"https://readthedocs.org/projects/ntc-templates/badge/\"></a>\n  <a href=\"https://pypi.org/project/ntc-templates/\"><img src=\"https://img.shields.io/pypi/v/ntc-templates\"></a>\n  <a href=\"https://pypi.org/project/ntc-templates/\"><img src=\"https://img.shields.io/pypi/dm/ntc-templates\"></a>\n  <br>\n</p>\n\n## Overview\n\nRepository of TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. TextFSM is a tool to help make parsing cli commands more manageable.\n\n## Documentation\n\nFull web-based HTML documentation for this library can be found over on the [NTC Templates Docs](https://ntc-templates.readthedocs.io) website:\n\n- [User Guide](https://ntc-templates.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.\n- [Administrator Guide](https://ntc-templates.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.\n- [Developer Guide](https://ntc-templates.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://ntc-templates.readthedocs.io/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://ntc-templates.readthedocs.io/en/latest/user/faq/).\n\n### Contributing to the Docs\n\nAll the Markdown source for the library documentation can be found under the [docs](https://github.com/networktocode/ntc-templates/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.\n\nIf you need to view the fully generated documentation site, you can build it with [mkdocs](https://www.mkdocs.org/). A container hosting the docs will be started using the invoke commands (details in the [Development Environment Guide](https://ntc-templates.readthedocs.io/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). As your changes are saved, the live docs will be automatically reloaded.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://ntc-templates.readthedocs.io/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#networktocode`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.",
    "version": "5.0.0",
    "project_urls": {
        "Documentation": "https://ntc-templates.readthedocs.io",
        "Homepage": "https://ntc-templates.readthedocs.io",
        "Repository": "https://github.com/networktocode/ntc-templates"
    },
    "split_keywords": [
        "textfsm",
        " network parsers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b2dc6e8e994ff4a47ea2dd87c74b32556c86415bc563c453e0939ed71f7ab81",
                "md5": "a3f66c03d879a06619b5e24a9d4cf65e",
                "sha256": "4fc4e2e9b239bd5b25d3c256c301859eec9262c2d418e17a60ff023ecb6824a5"
            },
            "downloads": -1,
            "filename": "ntc_templates-5.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3f66c03d879a06619b5e24a9d4cf65e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 450877,
            "upload_time": "2024-04-08T14:14:56",
            "upload_time_iso_8601": "2024-04-08T14:14:56.988216Z",
            "url": "https://files.pythonhosted.org/packages/5b/2d/c6e8e994ff4a47ea2dd87c74b32556c86415bc563c453e0939ed71f7ab81/ntc_templates-5.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69da31a8500430f3527f82423499dfe89bc03624aa2af0baa89802c3b883e05c",
                "md5": "6d365676d2bc6d022b231f8c5b5ca744",
                "sha256": "56919fbe83da582de03474f8a204d945dadeef0c98e630743c3c069a9bcf1120"
            },
            "downloads": -1,
            "filename": "ntc_templates-5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6d365676d2bc6d022b231f8c5b5ca744",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 225204,
            "upload_time": "2024-04-08T14:15:19",
            "upload_time_iso_8601": "2024-04-08T14:15:19.952583Z",
            "url": "https://files.pythonhosted.org/packages/69/da/31a8500430f3527f82423499dfe89bc03624aa2af0baa89802c3b883e05c/ntc_templates-5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 14:15:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "networktocode",
    "github_project": "ntc-templates",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ntc-templates"
}
        
Elapsed time: 0.27054s