Metadata-Version: 2.1
Name: rangify
Version: 0.0.1
Summary: cisco interface rangifier
Home-page: UNKNOWN
Author: Nijat Aliyev
Author-email: nicataliyev@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: deepdiff

# README

This repo contains function that takes cisco config and turns its interface configurations
and makes ranged interfaces as it's much more compact.

## Installation

Run the following to install:

```python
pip install rangify
```

## Usage

```python
from rangify import ranger

# Get ranged interfaces and configs from file
ranger("filename")

# Get ranged interfaces from dictionary of dictionaries 
ranger(interfaces)
```

