Name | ntc-templates JSON |
Version |
7.6.0
JSON |
| download |
home_page | None |
Summary | TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. |
upload_time | 2025-01-15 19:32:11 |
maintainer | None |
docs_url | None |
author | Network to Code |
requires_python | <4.0,>=3.8 |
license | Apache-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.
## Additional Automation Resources
There are situations where one solution or tool might not fulfill needs or as well as another. Fortunately there are often alternatives and the [Awesome Network Automation](https://github.com/networktocode/awesome-network-automation) list can help introduce you to additional resources and solutions!
Raw data
{
"_id": null,
"home_page": null,
"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/2d/6e/b7c5ece498ae41c968498dbb8a1d2e56932d4596c360c14f03d81deb0cc3/ntc_templates-7.6.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## Additional Automation Resources\n\nThere are situations where one solution or tool might not fulfill needs or as well as another. Fortunately there are often alternatives and the [Awesome Network Automation](https://github.com/networktocode/awesome-network-automation) list can help introduce you to additional resources and solutions!\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.",
"version": "7.6.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": "b0801bdb9e164a69b79b004146030f7a1e201c250c7fedeac91001fe8935a331",
"md5": "e1e286b34093381843e60490174e6f64",
"sha256": "6e855a443cd9ad28192bc766994cbfef58bcaae3ebaf19005a55c6f76e9ab6b5"
},
"downloads": -1,
"filename": "ntc_templates-7.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1e286b34093381843e60490174e6f64",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 567591,
"upload_time": "2025-01-15T19:32:08",
"upload_time_iso_8601": "2025-01-15T19:32:08.381637Z",
"url": "https://files.pythonhosted.org/packages/b0/80/1bdb9e164a69b79b004146030f7a1e201c250c7fedeac91001fe8935a331/ntc_templates-7.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d6eb7c5ece498ae41c968498dbb8a1d2e56932d4596c360c14f03d81deb0cc3",
"md5": "a26eb0a13cfa66c797866fcb913d7e4d",
"sha256": "b70ccaaf74014344a8446f13744691cfbf2e603101481c71decc8ee53eefea5d"
},
"downloads": -1,
"filename": "ntc_templates-7.6.0.tar.gz",
"has_sig": false,
"md5_digest": "a26eb0a13cfa66c797866fcb913d7e4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 267549,
"upload_time": "2025-01-15T19:32:11",
"upload_time_iso_8601": "2025-01-15T19:32:11.845718Z",
"url": "https://files.pythonhosted.org/packages/2d/6e/b7c5ece498ae41c968498dbb8a1d2e56932d4596c360c14f03d81deb0cc3/ntc_templates-7.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 19:32:11",
"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"
}