Metadata-Version: 2.4
Name: Topsis-Adhya-102317026
Version: 1.0.1
Summary: TOPSIS implementation for multi-criteria decision making
Author: Adhya Koul
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: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Adhya-102317026

A Python implementation of TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) for multi-criteria decision making.

---

## TOPSIS

TOPSIS is a multi-criteria decision analysis method which ranks alternatives based on their distance from:

- Ideal Best Solution
- Ideal Worst Solution

The best alternative should have the shortest distance from the ideal best and the farthest from the ideal worst.

---

## Installation

```bash
pip install Topsis-Adhya-102317026

topsis <InputDataFile> <Weights> <Impacts> <OutputResultFileName>

