Watch
1
0
Fork
You've already forked oarc-dsc-datatool
0
  • Python 87.6%
  • Shell 12.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 5983c861af
Releasing debian version 1.4.3-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-09-16 12:51:26 +02:00
.forgejo/workflows Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
contrib Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
debian Releasing debian version 1.4.3-1. 2026-09-16 12:51:26 +02:00
dsc_datatool Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
man Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
rpm Merging upstream version 1.4.3. 2026-09-16 12:51:25 +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 Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
LICENSE Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
MANIFEST.in Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
README.md Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
setup.cfg Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00
setup.py Merging upstream version 1.4.3. 2026-09-16 12:51:25 +02:00
sonar-project.properties.local Adding upstream version 1.4.2. 2025-04-22 13:23:23 +02:00

DSC DataTool

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