Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 429 Bytes

report_generator_lib

Collection of functions to generate formatted reports programmatically

How to Install

git clone [email protected]:elizabethharasymiw/report_generator_lib.git
cd report_generator_lib
pip install .

Build Scripts for project developers

echo Run example program with lib on Linux or Mac
./unix_run.sh
echo Cleanup old build and example program runs on Linux or Mac
./unix_clean.sh