A small Streamlit app and Python module to calculate the SLT lower limit and identify the winning bidder among responsive tenders.
- Python 3.12
uv
uv python install 3.12
uv venv --python 3.12
uv syncuv run streamlit run interface.pyuv run python -c "from slt import compute_slt; print(compute_slt([100,110,120], 150, 0.9, [True,True,True]).lower_limit)"