Install & Compatibility
Where this runs
tested against v1.6.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.9MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
convert_file
✓ from cppcheck_codequality import convert_file
✗ from cppcheck_codequality import convert
Read a CppCheck XML report file, convert to GitLab Code Quality JSON, and write to file.
import subprocess
import cppcheck_codequality
# Run cppcheck and produce XML output
with open("cppcheck_report.xml", "r") as f:
report_xml = f.read()
# Convert to Code Quality JSON
json_output = cppcheck_codequality.convert(report_xml)
with open("gl-code-quality-report.json", "w") as f:
f.write(json_output)
cppcheck-codequality --version
Upgrade
Version history
1.6.0latest on PyPI · released Jan 16, 2026
Audit
Dependencies
No dependency data recorded yet.