forked from DNS-OARC/dsc-datatool
Tool for converting, exporting, merging and transforming DSC data
- Python 87.6%
- Shell 12.4%
| .forgejo/workflows | actions | |
| contrib | Test site | |
| debian | Migrate to Codeberg | |
| dsc_datatool | Revert "feat: use build-in "required=True" of argparse" | |
| man | Migrate to Codeberg | |
| rpm | SPEC | |
| tests | Fix client subnet authority | |
| .gitignore | DAT, Coverage | |
| CHANGES | Release 1.4.2 | |
| LICENSE | Release 1.4.2 | |
| MANIFEST.in | Rewrite | |
| README.md | Migrate to Codeberg | |
| setup.cfg | Coverage | |
| setup.py | Release 1.4.2 | |
| sonar-project.properties.local | Coverage | |
DSC DataTool
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