Metadata-Version: 2.1
Name: nornir-nautobot
Version: 2.2.0
Summary: Nornir Nautobot
Home-page: https://nautobot.com
License: Apache-2.0
Keywords: Nautobot
Author: Network to Code, LLC
Author-email: opensource@networktocode.com
Requires-Python: >=3.6,<4.0
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: netutils (>=0,<1)
Requires-Dist: nornir (>=3.0.0,<4.0.0)
Requires-Dist: nornir-jinja2 (>=0,<1)
Requires-Dist: nornir-napalm (>=0,<1)
Requires-Dist: nornir-netmiko (>=0,<1)
Requires-Dist: nornir-utils (>=0,<1)
Requires-Dist: pynautobot (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Documentation, https://nornir-nautobot.readthedocs.io
Project-URL: Repository, https://github.com/nautobot/nornir-nautobot
Description-Content-Type: text/markdown

# nornir_nautobot

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

## Build Status

| Branch  | Status                                                                                                                               |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| develop | [![CI](https://github.com/nautobot/nornir-nautobot/actions/workflows/ci.yml/badge.svg)](https://github.com/nautobot/nornir-nautobot/actions/workflows/ci.yml) |
## Overview

The nornir_nautobot project intends to solve two primary use cases.

* Providing a Nornir inventory that leverages Nautobot's API.
* A set of opinionated Nornir plugins.

The set of plugins intend to provide mechanisms to include common networking workflows that will help enable network automation. As an example, there are method to get configurations or test network connectivity. Over time this will include functions to perform actions such as get vlans, neighbors, protocols, etc.

## Getting Started

```shell
pip install nornir-nautobot
```

## Documentation Link

The documentation can be found on [Read the Docs](https://nornir-nautobot.readthedocs.io/en/latest/)

## Nautobot

Nautobot documentation is available at [Nautobot Read the Docs](https://nautobot.readthedocs.io/en/latest/)

