netutils


Namenetutils JSON
Version 1.12.0 PyPI version JSON
download
home_pagehttps://netutils.readthedocs.io
SummaryCommon helper functions useful in network automation.
upload_time2025-01-08 22:29:08
maintainerNone
docs_urlNone
authorNetwork to Code, LLC
requires_python<4.0,>=3.8
licenseApache-2.0
keywords netutils network utils network utilities net-utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "https://netutils.readthedocs.io",
    "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/97/e3/694fc523cdbd2b2ebb15a098cb670866d62ba524dc3150966cb8b6bd4d41/netutils-1.12.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.12.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": "",
            "digests": {
                "blake2b_256": "19025464f146d88c73a33e398dc69da5e2e89f5d65d5ed4f7f67594c381ad97c",
                "md5": "0cf4348e9419b13534915d350f1e0c3e",
                "sha256": "7cb37796ce86637814f8c899f64db2b054986b0eda719d3fcadc293d451a4db1"
            },
            "downloads": -1,
            "filename": "netutils-1.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cf4348e9419b13534915d350f1e0c3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 518253,
            "upload_time": "2025-01-08T22:29:07",
            "upload_time_iso_8601": "2025-01-08T22:29:07.411602Z",
            "url": "https://files.pythonhosted.org/packages/19/02/5464f146d88c73a33e398dc69da5e2e89f5d65d5ed4f7f67594c381ad97c/netutils-1.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e3694fc523cdbd2b2ebb15a098cb670866d62ba524dc3150966cb8b6bd4d41",
                "md5": "95d3ff5dd88d755f652246a878b051c0",
                "sha256": "96a790d11921063a6a64ee79c6e8c5a5ffcd05cbee07dd2b614d98c4416cffdd"
            },
            "downloads": -1,
            "filename": "netutils-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "95d3ff5dd88d755f652246a878b051c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 503212,
            "upload_time": "2025-01-08T22:29:08",
            "upload_time_iso_8601": "2025-01-08T22:29:08.995983Z",
            "url": "https://files.pythonhosted.org/packages/97/e3/694fc523cdbd2b2ebb15a098cb670866d62ba524dc3150966cb8b6bd4d41/netutils-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 22:29:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "networktocode",
    "github_project": "netutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "netutils"
}
        
Elapsed time: 3.81155s