Metadata-Version: 2.1
Name: Topsis-Divyansh-101903438
Version: 0.0.1
Summary: topsis implementation
Home-page: UNKNOWN
Author: Divyansh Purohit
Author-email: dpurohit_be19@thapar.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

#Topsis Package
A Python package to implement topsis on a given dataset.
##Usage
Following query on terminal will provide you the best and worst decisions for the dataset.

```
python 101903438.py 101903438.csv "1,1,1,1" "+,+,-,+" resultFileName.csv
```


