Metadata-Version: 2.2
Name: Topsis-Aryan-102213016
Version: 1.0.0
Summary: A Python package for TOPSIS-based decision-making.
Home-page: https://github.com/aryanbakshi04/Topsis_Aryan_Bakshi_102213016
Author: Aryan Bakshi
Author-email: bakshiaryan01@gmail.com
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: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-FirstName-RollNumber

[![PyPI version](https://badge.fury.io/py/Topsis-Aryan-102213016.svg)](https://badge.fury.io/py/Topsis-Aryan-102213016)

A Python package to perform **Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)** for multi-criteria decision-making. This package takes a dataset, weights, and impacts for the criteria, calculates TOPSIS scores, and ranks the alternatives accordingly.

---

## Features
- Supports decision-making for datasets with multiple criteria.
- Ensures input validation for proper formatting and values.
- Outputs TOPSIS scores and ranks for each alternative.

---

## Installation

Install the package using `pip`:
```bash
pip install Topsis-Aryan-102213016
