Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLT (Single Lowest Tender) Calculator

A small Streamlit app and Python module to calculate the SLT lower limit and identify the winning bidder among responsive tenders.

Requirements

  • Python 3.12
  • uv

Setup (uv)

uv python install 3.12
uv venv --python 3.12
uv sync

Run the app

uv run streamlit run interface.py

Use the calculator in Python

uv run python -c "from slt import compute_slt; print(compute_slt([100,110,120], 150, 0.9, [True,True,True]).lower_limit)"

About

This project determines the significantly low priced tenderes according to PPR 2025 Bangladesh

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages