Skip to content

FarhanPAA/SLT_identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages