This is a Python package to implement the TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) method.
pip install topsis-102218082-Nikhil
#### weight = [1,1,1,1,0.5]
#### impact = [+,-,+,+,-]
#### EXAMPLE CLI
topsis-102218082-nikhil 102218082-data.csv "1,1,1,1,0.5" "+,-,+,+,-" 102218082-result.csv