Metadata-Version: 2.1
Name: 102203821-topsis
Version: 0.3
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

# 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
