Metadata-Version: 2.4
Name: Topsis-RishabhSharma-102303286
Version: 1.0
Summary: TOPSIS implementation
Author: Rishabh Sharma
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# TOPSIS – Technique for Order Preference by Similarity to Ideal Solution

This Python package implements 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 identifies solutions from a finite set of alternatives based on:

- Closest distance to the **ideal best solution**
- Farthest distance from the **ideal worst solution**

## 🔧 Requirements

The package requires the following Python libraries:

- Python ≥ 3.7
- pandas
- numpy

These dependencies are installed automatically.

---

## 📥 Installation

Install the package from PyPI using:

```bash
pip install Topsis-RishabhSharma-102303286
