Metadata-Version: 2.1
Name: Topsis_Kriti_102003628
Version: 1.0.1
Summary: This is a Python library for handling problems related to Multiple Criteria Decision Making(MCDM)
Home-page: https://github.com/KritiBhatnagar/TOPSIS_KRITI_102003628
Author: Kriti Bhatnagar
Author-email: kritimrt30@gmail.com
License: MIT
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: *Kriti Bhatnagar*.

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

---

## How to install this package:


>> pip install Topsis__Kriti_102003628


### In Command Prompt


>> topsis data.csv "1,2,1,2,1" "+,+,-,-,+" output_file.csv


<br>

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