python-netbox-acls
Port variant py311
Summary NetBox plugin for Access List management (3.11)
Package version 1.1.0
Homepage https://github.com/ryanmerolle/netbox-acls
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 07 JAN 2023, 04:18:24 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 bassis 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. ## Compatibility This plugin was first developed using 3.2.5, and tested with all of 3.2. | NetBox Version | Plugin Version | |----------------|----------------| | 3.2 | 1.0.1 | | 3.3 | 1.1.0 | ## Installing For adding to a NetBox Docker setup see [the general instructions for using netbox-docker with plugins]. While this is still in development and not yet on pypi you can install with pip: ```bash pip install git+https://github.com/ryanmerolle/netbox-acls.git@dev ``` or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker): ```bash git+https://github.com/ryanmerolle/netbox-acls.git@dev ``` 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": {}, } ``` ## Screenshots Access List - List View ![Access List - List View] Access List (Type Extended) - Individual View ![Access List Type Extended - Individual View] Access List (Type Standard) - Individual View ![Access List Type Standard - Individual View] Extended Access List Rules - List View ![Extended Access List Rules - List View] Standard Access List Rules - List View ![Standard Access List Rules - List View] Access List Interface Assignments- List View ![Access List Interface Assignments- List View] Host (device, virtual_chassis, virtual_machine) Access Lists - New Card ![Host Access Lists - New Card] Host Interface (vminterface interface) Access Lists - New Card ![Host Interface Access Lists - New Card]
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/c7/63/83ca73c8390872c0316d40ac902b77483bece0efc1bebfdb418fa22adde2
Distribution File Information
9a7ecd680d17eb9e66a93e51cafde8a7decd6d0f3eed5c03b9ab27e9dfc7f71e 37255 netbox_acls-1.1.0-py3-none-any.whl
Ports that require python-netbox-acls:py311
No other ports depend on this one.