Metadata-Version: 2.3
Name: pyntc
Version: 2.4.0
Summary: Python library focused on tasks related to device level and OS management.
License: Apache-2.0
Author: Network to Code, LLC
Author-email: opensource@networktocode.com
Requires-Python: >=3.10,<3.15
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: f5-sdk (>=3.0.21,<4.0.0)
Requires-Dist: junos-eznc (>=2.0,<3.0)
Requires-Dist: netmiko (>=4.0,<5.0)
Requires-Dist: pyeapi (>=1.0,<2.0)
Requires-Dist: requests (>=2.0,<3.0)
Requires-Dist: scp (>=0.15,<1.0)
Project-URL: Documentation, https://pyntc.readthedocs.io/
Project-URL: Homepage, https://pyntc.readthedocs.io/
Project-URL: Repository, https://github.com/networktocode/pyntc
Description-Content-Type: text/markdown

# Pyntc


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

## Overview

A Python library that is a SDK to simplify common workflows for Network Devices.

## Documentation

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

- [User Guide](https://pyntc.readthedocs.io/en/latest/user/lib_overview/) - Overview, Using the library, Getting Started.
- [Administrator Guide](https://pyntc.readthedocs.io/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the library.
- [Developer Guide](https://pyntc.readthedocs.io/en/latest/dev/contributing/) - Extending the library, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://pyntc.readthedocs.io/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://pyntc.readthedocs.io/en/latest/user/faq/).

### Contributing to the Documentation

You can find all the Markdown source for the App documentation under the [`docs`](https://github.com/networktocode/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 documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://pyntc/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.

Any PRs with fixes or improvements are very welcome!

## Questions

For any questions or comments, please check the [FAQ](https://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.

