{"id":15039071,"url":"https://github.com/networktocode/ntc-templates","last_synced_at":"2025-05-12T15:26:20.316Z","repository":{"id":37431054,"uuid":"57225950","full_name":"networktocode/ntc-templates","owner":"networktocode","description":"TextFSM templates for parsing show commands of network devices","archived":false,"fork":false,"pushed_at":"2025-05-08T21:15:03.000Z","size":6696,"stargazers_count":1163,"open_issues_count":28,"forks_count":758,"subscribers_count":72,"default_branch":"master","last_synced_at":"2025-05-08T22:23:57.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ntc-templates.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/networktocode.png","metadata":{"files":{"readme":"README.md","changelog":"changes_for_4.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-27T15:49:07.000Z","updated_at":"2025-05-08T21:15:08.000Z","dependencies_parsed_at":"2023-10-15T16:58:12.612Z","dependency_job_id":"8dbcd314-08bc-4ebb-915d-ed999a062b4d","html_url":"https://github.com/networktocode/ntc-templates","commit_stats":{"total_commits":1111,"total_committers":217,"mean_commits":5.119815668202765,"dds":0.8838883888388839,"last_synced_commit":"ef2e7d6e46da9de78627447cf4b6b530472d2381"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fntc-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fntc-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fntc-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fntc-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networktocode","download_url":"https://codeload.github.com/networktocode/ntc-templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253764749,"owners_count":21960625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:41:26.572Z","updated_at":"2025-05-12T15:26:20.294Z","avatar_url":"https://github.com/networktocode.png","language":"Python","funding_links":[],"categories":["Network Automation"],"sub_categories":["SD-WAN"],"readme":"# NTC Templates\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/networktocode/ntc-templates/master/docs/images/icon-ntc-templates.png\" class=\"logo\" height=\"200px\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/networktocode/ntc-templates/actions\"\u003e\u003cimg src=\"https://github.com/networktocode/ntc-templates/actions/workflows/ci.yml/badge.svg?branch=main\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://ntc-templates.readthedocs.io/en/latest\"\u003e\u003cimg src=\"https://readthedocs.org/projects/ntc-templates/badge/\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/ntc-templates/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/ntc-templates\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/ntc-templates/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/dm/ntc-templates\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworktocode%2Fntc-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworktocode%2Fntc-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworktocode%2Fntc-templates/lists"}