A program for computing LACE scores
$ git clone https://github.com/wtkm11/mcalc
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -e .
$ mcalc lace MEASURE_NAME
where MEASURE_NAME
is the name of a
measure like AMI
or COPD
NOTE: MEASURE_NAME is case-sensitive.
$ pip install pytest pytest-cov
$ pytest