This package is used to implement topsis in python. As parameters, we require input file as .csv, Weights, Impacts and name of output csv file.

To install the package use -
>>pip install Topsis-Preetinder-101903403==0.0.1


Eg. - topsis.topsis("data.csv","1,2,1,1","-,+,+,+", "output.csv")
