Metadata-Version: 2.1
Name: topsis-102003451
Version: 0.1
Summary: This is package for topsis of version 0.3
Author: Riya
Author-email: rriya_be20@thapar.edu
Description-Content-Type: text/markdown

This package is implementation of topsis technique of multi-criteria decision analysis. This package will accept three parameters:

1.data.csv //file which contains the models and parameters
2.string of weights separated by commas(,)
3.string of requirements (+/-) separated by commas(,) // important install pandas,sys and math libraries before installing this // You can install this package using following command pip install topsis-101903451


To run the file and enter the following command on CLI
python 102003451.py data.csv "1,1,1,1,1" "+,+,+,-,+" result.csv
