Metadata-Version: 2.4
Name: netbox-snmp
Version: 0.4.1
Summary: NetBox SNMP is a NetBox plugin for managing SNMP data.
Author: AGE Solutions
Author-email: Michael Terrero <michael.terrero@age.solutions>
Keywords: netbox,netbox-plugin,snmp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Dynamic: author

## Features
This plugin provide following Models:
* Trap Profiles
* User Profiles
* MIB Trees
* Notify Profiles

## Compatibility

|NetBox Version | Plugin    |
|---------------|-----------|
| NetBox 4.5.0  | >= 0.4.0  |

## Installation

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

```
pip install netbox-snmp
```
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
```
PLUGINS = ['netbox_snmp']
```
Restart NetBox and add `netbox-snmp` to your local_requirements.txt

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

