Metadata-Version: 2.2
Name: adestis-netbox-applications
Version: 1.0.13
Summary: ADESTIS Application Management
Author: ADESTIS GmbH
Author-email: pypi@adestis.de
License: MIT License
Keywords: netbox,netbox-plugin,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: summary

# Netbox Application Plugin

Netbox Plugin for Application related objects documentation.
## Features

This plugin provide following Models:
* Application
* Software

## Compatibility

|               |           |
|---------------|-----------|
| NetBox 3.4.x  | >= 4.2.8  |


## Installation

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

```
pip install adestis_netbox_applications
```
Enable the plugin in /etc/netbox/config/configuration.py:
```
PLUGINS = ['adestis_netbox_applications']
```
Restart NetBox and add `adestis_netbox_applications` to your local_requirements.txt

See [NetBox Documentation](https://docs.netbox.dev/en/stable/plugins/#installing-plugins) for details
