Watch
1
0
Fork
You've already forked oarc-dsc-datatool
0
  • Python 86.1%
  • Shell 12.1%
  • Makefile 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann e68363ad30
Tidying depends for debhelper 14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-09-02 08:59:25 +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 Tidying depends for debhelper 14. 2026-09-02 08:59:25 +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