A Python clang-tidy runner that provides a convenient way to run clang-tidy on C/C++ source files. Version 0.6.3 is released on PyPI with a release cadence of approximately once per year.
pip install pyclangNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a runner, call run() with a source file path.
Install clang-tidy via your system package manager (e.g., apt install clang-tidy) or from llvm.org.
Access output via result.output or result.errors instead of treating the return value as a string.
Ensure clang_tidy_path points to a valid clang-tidy executable, or leave as default (assumes on PATH).
No resource links recorded.