Metadata-Version: 2.1
Name: Topsis_Sukhnoor_102003112
Version: 1.0.1
Summary: This is a Python library created for handling problems related to Multiple Criteria Decision Making(MCDM)
Home-page: https://github.com/sukhnoor21/Topsis-Sukhnoor_102003112
Author: Sukhnoor Kaur
Author-email: sukhnoorkaur21@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# TOPSIS

Title: **TOPSIS method for multiple-criteria decision making (MCDM)**.

Version: **1.0.1**.

Author: **Sukhnoor Kaur**.

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

---

## How to install this package:

```
>> pip install Topsis-Sukhnoor_102003112
```

### In Command Prompt

```
>> topsis 102003112-data "1,2,1,2,1" "+,+,-,-,+" output.csv
```

<br>

The output file will contain columns of input file along with two additional columns having Topsis_score and Rank


