nornir-pyntc


Namenornir-pyntc JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/networktocode-llc/nornir_pyntc
Summarypyntc plugin for Nornir
upload_time2024-01-03 16:26:05
maintainer
docs_urlNone
authorNetwork to Code, LLC
requires_python>=3.8,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nornir-pyntc

<p align="center">
  <img src="https://raw.githubusercontent.com/networktocode/nornir-pyntc/develop/docs/images/nornir_pyntc_logo.png" class="logo" height="200px">
  <br>
  <a href="https://github.com/networktocode/nornir-pyntc/actions"><img src="https://github.com/networktocode/nornir-pyntc/actions/workflows/ci.yml/badge.svg?branch=main"></a>
  <a href="https://nornir-pyntc.readthedocs.io/en/latest"><img src="https://readthedocs.org/projects/nornir-pyntc/badge/"></a>
  <a href="https://pypi.org/project/nornir-pyntc/"><img src="https://img.shields.io/pypi/v/nornir-pyntc"></a>
  <a href="https://pypi.org/project/nornir-pyntc/"><img src="https://img.shields.io/pypi/dm/nornir-pyntc"></a>
  <br>
</p>

## Overview

A pyntc plugin for Nornir.

## Documentation

Full web-based HTML documentation for this library can be found over on the [Nornir-Pyntc Docs](https://nornir-pyntc.readthedocs.io) website:

- [User Guide](https://nornir-pyntc.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://nornir-pyntc.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://nornir-pyntc.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://nornir-pyntc.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://nornir-pyntc.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/nornir-pyntc/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://nornir-pyntc.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://nornir-pyntc.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://github.com/networktocode-llc/nornir_pyntc",
    "name": "nornir-pyntc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Network to Code, LLC",
    "author_email": "info@networktocode.com",
    "download_url": "https://files.pythonhosted.org/packages/11/e8/83e11d8158d451b4b01ced00524e6bd3e73384c9b050505088d385afcb75/nornir_pyntc-3.0.0.tar.gz",
    "platform": null,
    "description": "# nornir-pyntc\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/networktocode/nornir-pyntc/develop/docs/images/nornir_pyntc_logo.png\" class=\"logo\" height=\"200px\">\n  <br>\n  <a href=\"https://github.com/networktocode/nornir-pyntc/actions\"><img src=\"https://github.com/networktocode/nornir-pyntc/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n  <a href=\"https://nornir-pyntc.readthedocs.io/en/latest\"><img src=\"https://readthedocs.org/projects/nornir-pyntc/badge/\"></a>\n  <a href=\"https://pypi.org/project/nornir-pyntc/\"><img src=\"https://img.shields.io/pypi/v/nornir-pyntc\"></a>\n  <a href=\"https://pypi.org/project/nornir-pyntc/\"><img src=\"https://img.shields.io/pypi/dm/nornir-pyntc\"></a>\n  <br>\n</p>\n\n## Overview\n\nA pyntc plugin for Nornir.\n\n## Documentation\n\nFull web-based HTML documentation for this library can be found over on the [Nornir-Pyntc Docs](https://nornir-pyntc.readthedocs.io) website:\n\n- [User Guide](https://nornir-pyntc.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.\n- [Administrator Guide](https://nornir-pyntc.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.\n- [Developer Guide](https://nornir-pyntc.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://nornir-pyntc.readthedocs.io/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://nornir-pyntc.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/nornir-pyntc/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://nornir-pyntc.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://nornir-pyntc.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": "pyntc plugin for Nornir",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/networktocode-llc/nornir_pyntc",
        "Repository": "https://github.com/networktocode-llc/nornir_pyntc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18d154edbbfb1efa88e7409b232bf9c2e4bd69d920367ca2fe426eb6bb89e3be",
                "md5": "cc684e0a407b2ef46550fc8a91cfeb51",
                "sha256": "dce2805bdd0f9303ffb367fe9afbd20808b4d6d123f8d243166d61ae6127989d"
            },
            "downloads": -1,
            "filename": "nornir_pyntc-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc684e0a407b2ef46550fc8a91cfeb51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 8753,
            "upload_time": "2024-01-03T16:26:03",
            "upload_time_iso_8601": "2024-01-03T16:26:03.458524Z",
            "url": "https://files.pythonhosted.org/packages/18/d1/54edbbfb1efa88e7409b232bf9c2e4bd69d920367ca2fe426eb6bb89e3be/nornir_pyntc-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e883e11d8158d451b4b01ced00524e6bd3e73384c9b050505088d385afcb75",
                "md5": "13a511a3a6e1d13a1b289e279a538aef",
                "sha256": "a597918c966391f4f100cf5af917cad0cdb88aa7dc975e874bb2524f49337c4d"
            },
            "downloads": -1,
            "filename": "nornir_pyntc-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13a511a3a6e1d13a1b289e279a538aef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 6801,
            "upload_time": "2024-01-03T16:26:05",
            "upload_time_iso_8601": "2024-01-03T16:26:05.020374Z",
            "url": "https://files.pythonhosted.org/packages/11/e8/83e11d8158d451b4b01ced00524e6bd3e73384c9b050505088d385afcb75/nornir_pyntc-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 16:26:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "networktocode-llc",
    "github_project": "nornir_pyntc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nornir-pyntc"
}
        
Elapsed time: 0.16761s