Metadata-Version: 2.1
Name: network-importer
Version: 3.0.1
Summary: Network Importer tool to import an existing network into a Database / Source Of Truth
Home-page: https://github.com/networktocode/network-importer
License: Apache-2.0
Keywords: network,source-of-truth,netbox,diffsync
Author: Network to Code, LLC
Author-email: opensource@networktocode.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1,<8.0)
Requires-Dist: diffsync (>=1.2,<2.0)
Requires-Dist: genie (>=21.4.0,<21.5.0)
Requires-Dist: netmiko (>=3.3,<4.0)
Requires-Dist: nornir (>=3.0,<4.0)
Requires-Dist: nornir-napalm (>=0.1.2,<0.2.0)
Requires-Dist: nornir-netmiko (>=0.1.1,<0.2.0)
Requires-Dist: nornir-utils (>=0.1.2,<0.2.0)
Requires-Dist: ntc-templates (>=2.0,<3.0)
Requires-Dist: pyats (>=21.4.0,<21.5.0)
Requires-Dist: pybatfish (==2021.2.26.830)
Requires-Dist: pydantic (>=1.6,<2.0)
Requires-Dist: pynautobot (>=1.0.2,<2.0.0)
Requires-Dist: pynetbox (>=5.0,<6.0)
Requires-Dist: rich (>=9.2,<10.0)
Requires-Dist: structlog (>=20.1.0,<21.0.0)
Requires-Dist: termcolor (>=1.1,<2.0)
Requires-Dist: toml (>=0.10,<0.11)
Project-URL: Repository, https://github.com/networktocode/network-importer
Description-Content-Type: text/markdown

# Network Importer

The network importer is a tool/library to analyze and/or synchronize an existing network with a Network Source of Truth (SOT), it's designed to be idempotent and by default it's only showing the difference between the running network and the remote SOT. 

The main use cases for the network importer: 
 - Import an existing network into a SOT (Netbox) as a first step to automate a brownfield network
 - Check the differences between the running network and the Source of Truth

## Quick Start

- [Getting Started](docs/getting_started.md)
- [Configuration file](docs/configuration.md)
- [Supported Features and Architecture](docs/architecture.md)
- [Extensibility](docs/extensibility.md)
- [Upgrade procedure](docs/upgrade.md)

## Questions

For any questions or comments, please feel free to open an issue or swing by the [networktocode slack channel](https://networktocode.slack.com/). (channel #networktocode)

Sign up [here](http://slack.networktocode.com/)
