# Netutils
<p align="center">
<img src="https://raw.githubusercontent.com/networktocode/netutils/develop/docs/images/icon-Netutils.png" class="logo" height="200px">
<br>
<a href="https://github.com/networktocode/netutils/actions"><img src="https://github.com/networktocode/netutils/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://netutils.readthedocs.io/en/latest"><img src="https://readthedocs.org/projects/netutils/badge/"></a>
<a href="https://pypi.org/project/netutils/"><img src="https://img.shields.io/pypi/v/netutils"></a>
<a href="https://pypi.org/project/netutils/"><img src="https://img.shields.io/pypi/dm/netutils"></a>
<br>
</p>
## Overview
A 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.
## Documentation
Full web-based HTML documentation for this library can be found over on the [Netutils Docs](https://netutils.readthedocs.io) website:
- [User Guide](https://netutils.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://netutils.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://netutils.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://netutils.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://netutils.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/netutils/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://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.
Any PRs with fixes or improvements are very welcome!
## Questions
For 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "netutils",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "netutils, network utils, network utilities, net-utils",
"author": "Network to Code, LLC",
"author_email": "opensource@networktocode.com",
"download_url": "https://files.pythonhosted.org/packages/4c/f6/bf786ac602db7911edd521f435ac7539e50deaaf997690189b09b579d49a/netutils-1.15.0.tar.gz",
"platform": null,
"description": "# Netutils\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/networktocode/netutils/develop/docs/images/icon-Netutils.png\" class=\"logo\" height=\"200px\">\n <br>\n <a href=\"https://github.com/networktocode/netutils/actions\"><img src=\"https://github.com/networktocode/netutils/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n <a href=\"https://netutils.readthedocs.io/en/latest\"><img src=\"https://readthedocs.org/projects/netutils/badge/\"></a>\n <a href=\"https://pypi.org/project/netutils/\"><img src=\"https://img.shields.io/pypi/v/netutils\"></a>\n <a href=\"https://pypi.org/project/netutils/\"><img src=\"https://img.shields.io/pypi/dm/netutils\"></a>\n <br>\n</p>\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\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Common helper functions useful in network automation.",
"version": "1.15.0",
"project_urls": {
"Documentation": "https://netutils.readthedocs.io",
"Homepage": "https://netutils.readthedocs.io",
"Repository": "https://github.com/networktocode/netutils"
},
"split_keywords": [
"netutils",
" network utils",
" network utilities",
" net-utils"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6d3f9a66e4e19d564af1fb9397cfc6479f0f65ae90e09b6073db4e83a764247a",
"md5": "69293dbc2e547071f976d7bc2a4ec657",
"sha256": "4f45ea9b5ece955d2a35e4ae1530cbaa1806b09b4dedd7ac0cc893d9b9ba1caa"
},
"downloads": -1,
"filename": "netutils-1.15.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "69293dbc2e547071f976d7bc2a4ec657",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 532068,
"upload_time": "2025-09-05T17:11:53",
"upload_time_iso_8601": "2025-09-05T17:11:53.175224Z",
"url": "https://files.pythonhosted.org/packages/6d/3f/9a66e4e19d564af1fb9397cfc6479f0f65ae90e09b6073db4e83a764247a/netutils-1.15.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4cf6bf786ac602db7911edd521f435ac7539e50deaaf997690189b09b579d49a",
"md5": "bd17701533db3188bae01bbeb5996ac2",
"sha256": "01d6cc5e527090089f924e4df0f7375213dbe476e0689e636da3b42db99be71f"
},
"downloads": -1,
"filename": "netutils-1.15.0.tar.gz",
"has_sig": false,
"md5_digest": "bd17701533db3188bae01bbeb5996ac2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 517296,
"upload_time": "2025-09-05T17:11:54",
"upload_time_iso_8601": "2025-09-05T17:11:54.391637Z",
"url": "https://files.pythonhosted.org/packages/4c/f6/bf786ac602db7911edd521f435ac7539e50deaaf997690189b09b579d49a/netutils-1.15.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-05 17:11:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "networktocode",
"github_project": "netutils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "netutils"
}