Metadata-Version: 2.4
Name: Topsis-Gurshaan-Bajwa-102303264
Version: 0.0.1
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

This is a Python package that implements the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method for Multi-Criteria Decision Making (MCDM).

---

## What is TOPSIS?

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

---

## Installation

After uploading to PyPI, install using:

