Metadata-Version: 2.4
Name: Topsis-Gurshaan-Bajwa-102303264
Version: 0.0.5
Summary: A Python package for TOPSIS multi-criteria decision making
Author: Gurshaan Bajwa
Author-email: gbajwa_be23@thapar.edu
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Gurshaan-Bajwa-102303264

A Python package for solving Multi-Criteria Decision Making (MCDM) problems using the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method.

---

## What is TOPSIS?

TOPSIS is a decision-making algorithm used to rank alternatives based on multiple criteria.  
The best alternative is the one closest to the ideal solution and farthest from the worst solution.

---

## Installation

Install the package using pip:

```bash
pip install Topsis-Gurshaan-Bajwa-102303264
