python-netbox-acls
Port variant v11
Summary NetBox plugin for Access List management (3.11)
Package version 1.5.0
Homepage https://github.com/ryanmerolle/netbox-acls
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 31 MAR 2024, 17:05:56 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single # NetBox Access Lists Plugin A [Netbox] plugin for Access List management. ## Features This plugin provides the following models: - Access Lists - Access List to Interface Assignment - Access List Rules (abstract model basis for other rules) - Access List Standard Rules - Access List Extended Rules ## Origin Based on the NetBox plugin tutorial by [jeremystretch]: - [demo repository] - [tutorial] All credit should go to Jeremy. Thanks, Jeremy! This project just looks to build on top of this framework and model presented. ## Contributing This project is currently maintained jointly by: - [Abhimanyu Saharan] - [Ryan Merolle] See the [CONTRIBUTING] for more information. ## Compatibility Each Plugin Version listed below has been tested with its corresponding NetBox Version. | NetBox Version | Plugin Version | |:--------------:|:--------------:| | 3.7 | 1.5.0 | | 3.6 | 1.4.0 | | 3.5 | 1.3.0 | | 3.4 | 1.2.2 | | 3.3 | 1.1.0 | | 3.2 | 1.0.1 | ## Installing For adding to a NetBox Docker setup see [the general instructions for using netbox-docker with plugins]. You can install with pip: ```bash pip install netbox-acls ``` or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker): ```bash netbox-acls ``` ## Configuration Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`, or if you use netbox-docker, your `/configuration/plugins.py` file : ```python PLUGINS = [ "netbox_acls" ] PLUGINS_CONFIG = { "netbox_acls": { "top_level_menu": True # If set to True the plugin will add a top level menu item for the plugin. If set to False the plugin will add a menu item under the Plugins menu item. Default is set to True. }, } ``` ## Developing ### VSCode + Docker + Dev Containers To develop this plugin further one can use the included .devcontainer configuration. This configuration creates a docker container which includes a fully working netbox installation. Currently it should work when using WSL 2. For this to work make sure you have Docker Desktop installed and the WSL 2 integrations activated. 1. In the WSL terminal, enter `code` to run Visual studio code. 2. Install the devcontainer extension "ms-vscode-remote.remote-containers" 3. Press Ctrl+Shift+P and use the "Dev Container: Clone Repository in Container Volume" function to clone this repository. This will take a while
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/63/8a/9977f8c371fc5a66da0f95890e50daa33ad2650c7df5e470fb49ec3e69e2
Distribution File Information
d4c48a5e15f86908c26849c314b2a41446b961245671871580eb1f19890a1c8f 40569 netbox_acls-1.5.0-py3-none-any.whl
Ports that require python-netbox-acls:v11
No other ports depend on this one.