Metadata-Version: 2.1
Name: Topsis-YatinJindal-102203418
Version: 0.1.0
Summary: A Python package for TOPSIS decision-making method
Home-page: https://github.com/yatinjindal21/topsis_YatinJindal_102203418
Author: Yatin Jindal
Author-email: jindalyatin2109@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
Requires-Dist: pandas
Requires-Dist: numpy

# **Topsis Package**

This Python package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method for multi-criteria decision-making problems. It helps in ranking and selecting from a set of alternatives based on weights and impacts of the given criteria.

---

## **What is TOPSIS?**
TOPSIS is a multi-criteria decision-making (MCDM) method. It ranks alternatives based on their similarity to the ideal solution (highest value) and their distance from the negative ideal solution (lowest value). The method is widely used for decision analysis across various domains.

---

## **Features**
- Computes TOPSIS scores and rankings for alternatives.
- Accepts custom weights and impacts for criteria.
- Supports command-line execution and integration into Python programs.
- Outputs results as a CSV file with scores and ranks.

---

## **Installation**
To install the package, use the following command:

```bash
pip install topsis_package
