Metadata-Version: 2.1
Name: Topsis-Jai-101903156
Version: 0.1.0
Summary: Topsis score calculator
Author: Jai Singh Batth
Author-email: batthjaisingh2000@gmail.com
License: UNKNOWN
Keywords: python,topsis,101903156,JaiSinghBatth
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt

TOPSIS is Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.Include the module at the top of your python code as follows:from Topsis_Jai_101903156.topsis import *.Then use the function topsis_score('csv path or filename if the code and dataset are in the same directory','comma separated weights','comma separated impacts','name_of_result_file.csv').Run the code and you will get a csv file as your result containing topsis score and ranks. You can also run from command line.Add another library as 'import sys' in your python code and write the function as follows:

