Metadata-Version: 2.1
Name: topsis-rahul-102218015
Version: 1.0.0
Summary: Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).
Home-page: https://github.com/truerah/topsis
Author: RahulKumar
Author-email: footballisrahul2019@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

 Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).

## Installation

```sh
pip install topsis-rahul-102218015
```

## USAGE 
Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-) and result csv filename followed by .csv extension.

```sh
topsis15 sample.csv "1,1,1,1" "+,-,+,+" result.csv
```



