Metadata-Version: 2.4
Name: Topsis-keshava-102303982
Version: 0.0.1
Summary: TOPSIS implementation (CLI + package)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.5
Requires-Dist: numpy>=1.23

# Topsis-keshava-102303982

This package provides an implementation of the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method.  
It allows users to rank alternatives based on multiple criteria using a command-line interface.

---

## What is TOPSIS?

TOPSIS is a multi-criteria decision-making (MCDM) technique that ranks alternatives based on their distance from:

- an **ideal best solution**
- an **ideal worst solution**

The alternative closest to the ideal best and farthest from the ideal worst gets the highest rank.

---

## Installation

After uploading the package to PyPI, install it using:

```bash
pip install Topsis-keshava-102303982
```
