1
0
Fork
You've already forked dsc-datatool
0
Tool for converting, exporting, merging and transforming DSC data
  • Python 87.6%
  • Shell 12.4%
2026年03月22日 10:43:03 +01:00
.forgejo/workflows actions 2026年03月22日 10:39:45 +01:00
contrib Test site 2022年11月03日 09:56:23 +01:00
debian Migrate to Codeberg 2025年09月02日 15:04:17 +02:00
dsc_datatool Revert "feat: use build-in "required=True" of argparse" 2026年02月18日 15:25:55 +01:00
man Migrate to Codeberg 2025年09月02日 15:04:17 +02:00
rpm SPEC 2024年11月13日 13:23:59 +01:00
tests Fix client subnet authority 2024年06月10日 11:10:18 +02:00
.gitignore DAT, Coverage 2020年09月02日 12:11:51 +02:00
CHANGES Release 1.4.2 2024年06月18日 12:55:08 +02:00
LICENSE Release 1.4.2 2024年06月18日 12:55:08 +02:00
MANIFEST.in Rewrite 2020年04月15日 16:43:37 +02:00
README.md Migrate to Codeberg 2025年09月02日 15:04:17 +02:00
setup.cfg Coverage 2020年08月12日 11:59:40 +02:00
setup.py Release 1.4.2 2024年06月18日 12:55:08 +02:00
sonar-project.properties.local Coverage 2020年08月12日 11:59:40 +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