Metadata-Version: 2.1
Name: topsis-Siddharth-102003707
Version: 1.0
Summary: topsis implementation
Home-page: UNKNOWN
Author: Siddharth Chaudhary
Author-email: siddharthchaudhary0007@gmail.com
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
License-File: LICENSE.txt

#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 topsis.py dataset_sample.csv 1,1,1,1 0,1,1,0
```

