Metadata-Version: 2.1
Name: topsis-102203821
Version: 0.4
Summary: TOPSIS implementation for ranking alternatives based on multiple criteria
Home-page: https://github.com/Archit-29/102203821_topsis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: openpyxl

# 102203821_Topsis
TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) is a decision-making method used for ranking alternatives based on multiple criteria.

## Installation

You can install this package using pip:

```bash
pip install 102203821_Topsis
