model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Package cbmc-viewer for pip. #5

Closed markrtuttle closed 4 years ago

markrtuttle commented 4 years ago

This commit:

Command "make pip" will generate the package in dist, and "make install" will pip install the package.

The pull request looks huge, but there are only four classes of changes in this pull request.