Metadata-Version: 2.1
Name: netbox-vlan-manager
Version: 0.0.1
Summary: VLAN Manager for multiple VLAN Groups
Author: miyuk
Author-email: miyuk@miyuk.net
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# NetBox VLAN Manager

NetBox plugin for viewer of multiple VLAN Group spaces.

## Features

This plugin provide follwing Models:

- VLAN Group Set

## Compatibility

Each Plugin Version listed below has been tested with its corresponding NetBox Version.

| NetBox Version | Plugin Version |
| :------------: | :------------: |
|      3.4       |     0.0.1      |

## Installation

The plugin is available as a Python package in pypi and can be installed with pip:

```bash
pip install netbox-vlan-manager
```

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py

```python
PLUGINS = ['netbox-vlan-manager']
```

Restart NetBox

## Configuration

Currently, This plugin is not necessary plugin configuration

## Screenshots

VLAN Group Set List
![VLAN Group Set List](docs/img/vlan_group_set_list.png)

VLAN Group View Set with VLANs
![VLAN Group Set VLANs](docs/img/vlan_group_set_vlans.png)
