Hello,

cppcheck-htmlreport is Python script part of Cppcheck's repo. that helps converting Cppcheck's XML reports to HTML pages.

PyPi is the Python Package Index, a collection of Python packages that can be easily install via pip, the de facto Python package manager.

Would be nice for cppcheck-htmlreport to be made available on PyPi: that would greatly simplify its installation and thus its usage I believe. Also note that PyPi already lists two other Cppcheck, third party, XML post-processing tools: cppcheck-codequality & cppcheck-junit.

Cheers!