{"id":18797803,"url":"https://github.com/networktocode/netutils","last_synced_at":"2026-01-30T23:07:54.840Z","repository":{"id":37476571,"uuid":"365515813","full_name":"networktocode/netutils","owner":"networktocode","description":"Python library that is a collection of functions and objects for common network automation tasks.","archived":false,"fork":false,"pushed_at":"2025-05-01T02:37:59.000Z","size":5368,"stargazers_count":230,"open_issues_count":35,"forks_count":58,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-05-01T03:30:04.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://netutils.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":null,"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":"2021-05-08T13:02:34.000Z","updated_at":"2025-04-18T22:25:17.000Z","dependencies_parsed_at":"2023-09-28T21:28:34.750Z","dependency_job_id":"9ce2a564-fa7d-485a-94d5-3cc056d561fc","html_url":"https://github.com/networktocode/netutils","commit_stats":{"total_commits":127,"total_committers":30,"mean_commits":4.233333333333333,"dds":0.7007874015748031,"last_synced_commit":"41c074297f93e59a19b23cf47cf6846dc870c225"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fnetutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fnetutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fnetutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networktocode%2Fnetutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networktocode","download_url":"https://codeload.github.com/networktocode/netutils/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254041,"owners_count":22039792,"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-11-07T22:09:39.027Z","updated_at":"2026-01-30T23:07:54.800Z","avatar_url":"https://github.com/networktocode.png","language":"Python","funding_links":[],"categories":["Library"],"sub_categories":["NETCONF"],"readme":"# Netutils\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/networktocode/netutils/develop/docs/images/icon-Netutils.png\" class=\"logo\" height=\"200px\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/networktocode/netutils/actions\"\u003e\u003cimg src=\"https://github.com/networktocode/netutils/actions/workflows/ci.yml/badge.svg?branch=main\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://netutils.readthedocs.io/en/latest\"\u003e\u003cimg src=\"https://readthedocs.org/projects/netutils/badge/\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/netutils/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/netutils\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/netutils/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/dm/netutils\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Overview\n\nA Python library that is a collection of functions that are used in the common network automation tasks. Tasks such as converting a BGP ASN to and from dotted format, normalizing an interface name, or \"type 5\" encrypting a password. The intention is to centralize these functions while keeping the library light.\n\n## Documentation\n\nFull web-based HTML documentation for this library can be found over on the [Netutils Docs](https://netutils.readthedocs.io) website:\n\n- [User Guide](https://netutils.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.\n- [Administrator Guide](https://netutils.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.\n- [Developer Guide](https://netutils.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://netutils.readthedocs.io/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://netutils.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/netutils/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://netutils.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://netutils.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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworktocode%2Fnetutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworktocode%2Fnetutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworktocode%2Fnetutils/lists"}