Metadata-Version: 2.1
Name: network_automation
Version: 0.1.17
Summary: Network Automation Library
Home-page: https://github.com/bogdan-iot/network-automation
License: LICENSE
Author: Bogdan Radu
Requires-Python: >=3.8.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: mydict (==2.1.0)
Requires-Dist: python-dotenv (>1.0.0)
Project-URL: Documentation, https://github.com/bogdan-iot/network-automation/blob/master/README.md
Project-URL: Repository, https://github.com/bogdan-iot/network-automation
Description-Content-Type: text/markdown

# Network Automation Libray

Python library for network automation

This contains various functions for network automation


## Installation

```shell
$ pip install network_automation
```

## Modules

### Cisco IOS Devices
This module provides various functions for working with Cisco devices using [netmiko](https://pypi.org/project/netmiko/) library.

### Cisco APIC Controller
This module interacts with Cisco APIC Controller

### NetBox

This module extends the [pynetbox](https://pypi.org/project/pynetbox/) library with additional functions.

## Testing

The tests passed successfully with **Python 3.9**.

```shell
$ pip install pytest
$ pytest network_automation -v
```
