NetBox plugin to generate QR codes for assets
Find a file
Ivan Schaller a556518577
init
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
2023-06-21 23:31:47 +02:00
.woodpecker init 2023-06-21 23:31:47 +02:00
development init 2023-06-21 23:31:47 +02:00
netbox_qrgen init 2023-06-21 23:31:47 +02:00
.dockerignore init 2023-06-21 23:31:47 +02:00
.envrc init 2023-06-21 23:31:47 +02:00
.gitignore init 2023-06-21 23:31:47 +02:00
.tool-versions init 2023-06-21 23:31:47 +02:00
CHANGELOG.md init 2023-06-21 23:31:47 +02:00
get_release_notes.sh init 2023-06-21 23:31:47 +02:00
justfile init 2023-06-21 23:31:47 +02:00
LICENSE init 2023-06-21 23:31:47 +02:00
MANIFEST.in init 2023-06-21 23:31:47 +02:00
pyproject.toml init 2023-06-21 23:31:47 +02:00
README.md init 2023-06-21 23:31:47 +02:00
renovate.json init 2023-06-21 23:31:47 +02:00
requirements.txt init 2023-06-21 23:31:47 +02:00
sonar-project.properties init 2023-06-21 23:31:47 +02:00

netbox_qrgen - python script to download mangas

Full docs: https://netbox_qrgen.ivn.sh

CI/CD

status-badge Last Release Version Version PyPi

Code Analysis

Quality Gate Status Coverage Bugs Security

Meta

Code style Linter Types License Compatibility


Description

test

Features (not complete)

  • test

Usage

With GitHub

git clone https://github.com/olofvndrhr/netbox_qrgen.git # clone the repository

cd netbox_qrgen # go in the directory

pip install -r requirements.txt # install required packages

# on windows
python netbox_qrgen.py <options>
# on unix
python3 netbox_qrgen.py <options>

With pip (pypi)

python3 -m pip install netbox_qrgen # download the package from pypi

python3 -m mangadlp <args> # start the script as a module
OR
netbox_qrgen <args> # call script directly
OR
mangadlp <args> # call script directly

Contribution / Bugs

For suggestions for improvement, just open a pull request.

If you want to add support for a new site, there is an api template file which you can use. And more infos and tools are in the contrib README.md

Otherwise, you can open an issue with the name of the site which you want support for (not guaranteed to be implemented).

If you encounter any bugs, also just open an issue with a description of the problem.

TODO's

  • test