1
0
Fork 0
oarc-dsc-datatool/README.md
Daniel Baumann 1ea3e103a7
Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 13:23:23 +02:00

1.5 KiB

DSC DataTool

Total alerts Bugs Security Rating

Tool for converting, exporting, merging and transforming DSC data.

Please have a look at the man-page(s) dsc-datatool (1) on how to use or the wiki article on how to set this up using Influx DB and Grafana.

More information about DSC may be found here:

Issues should be reported here:

General support and discussion:

Dependencies

dsc-datatool requires the following Python libraries:

  • PyYAML
  • maxminddb

Python Development Environment

Using Ubuntu/Debian:

sudo apt-get install python3-maxminddb python3-yaml python3-venv
python3 -m venv venv --system-site-packages
. venv/bin/activate
pip install -e . --no-deps