Metadata-Version: 2.1
Name: Topsis_Shivam_102116113
Version: 1.0.2
Summary: Calculates Topsis Score and Rank
Home-page: https://github.com/shiivvvaam/Topsis_Shivam_102116113.git
Author: Shivam Dhiman
Author-email: shivam4968@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas

## Topsis_Shivam_102116113

# TOPSIS

Submitted By: **Shivam Dhiman - 102116113**.

Type: **Package**.

Title: **TOPSIS**.

Version: **1.0.0**.

Date: **2024-1-28**.

Author: **Shivam Dhiman**.

Description: **Evaluation of alternatives based on multiple criteria using TOPSIS method.**.

---

## What is TOPSIS?

**T**echnique for **O**rder **P**reference by **S**imilarity to **I**deal **S**olution
(TOPSIS) originated in the 1980s as a multi-criteria decision making method.
TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution,
and greatest distance from the negative-ideal solution.

<br>

## How to install this package:

```bash
pip install Topsis_Shivam_102116113
```

### In Command Prompt

```bash
topsis data.csv "1,1,1,1" "+,+,-,+" result.csv
```

