Metadata-Version: 2.2
Name: adestis-netbox-applications
Version: 1.0.15
Summary: ADESTIS Application Management
Home-page: https://github.com/an-adestis/netbox_applications
Author: ADESTIS GmbH
Author-email: pypi@adestis.de
License: GPL-3.0-only
Keywords: netbox,netbox-plugin,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: adestis_netbox_certificate_management
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Netbox Application Plugin

The **NetBox Application Plugin** extends NetBox with the ability to manage applications and link them to various existing NetBox objects.

## Features

- Manage applications directly within NetBox
- Flexible association of applications with existing NetBox objects

This plugin provide following Models:
- Application
- Software


## Screenshots

![Applications Details](https://github.com/an-adestis/netbox_applications/raw/application/applications01.png)

![Applications View](https://github.com/an-adestis/netbox_applications/raw/application/applications02.png)

![Software Details](https://github.com/an-adestis/netbox_applications/raw/application/software01.png)

![Software View](https://github.com/an-adestis/netbox_applications/raw/application/software02.png)

## Compatibility

> **Note**: This plugin depends on the [`adestis-netbox-certificate-management`](https://pypi.org/project/adestis-netbox-certificate-management/) plugin.  
> Therefore, its compatibility is directly tied to the NetBox version used in the base image.

The plugin is developed and tested using the following base image:

```dockerfile
ARG FROM_TAG=v4.2.9-3.2.1  # NetBox v4.2.9
```

## Installation

The plugin is available on PyPI and can be installed via pip:

```bash
pip install adestis-netbox-applications
```
