Metadata-Version: 2.1
Name: topsis-Shantam-102017142
Version: 1.0.0
Summary: Multiple criteria decision making (MCDM) using TOPSIS
Home-page: UNKNOWN
Author: Shantam Anand
Author-email: sanand1_be20@thapar.edu
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
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#topsis-Shantam-102017142
Multiple criteria decision making (MCDM) using TOPSIS

## Installation
```pip install topsis-Shantam-102017142```

##Sample Use case
import topsis-Shantam-102017142 as t
t.topsis("input.csv","1,2,1,2,3","+,+,-,+,-","output.csv")


