1
0
Fork 0
Find a file
Daniel Baumann 83987cb50e
Simplifying watch file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-23 08:05:13 +02:00
.copr Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
.github Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
contrib Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
debian Simplifying watch file. 2025-04-23 08:05:13 +02:00
dsc_datatool Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
man Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
rpm Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
tests Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
.gitignore Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
CHANGES Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
LICENSE Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
MANIFEST.in Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
README.md Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
setup.cfg Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
setup.py Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
sonar-project.properties.local Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00

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