Metadata-Version: 1.1
Name: TOPSIS_Tannishtha_101803201
Version: 1.0
Summary: Topsis score calculator
Home-page: https://github.com/episkey24/TOPSIS_Tannishtha_101803201
Author: episkey24
Author-email: ttannishtha_be18@thapar.edu
License: MIT
Download-URL: https://github.com/episkey24/TOPSIS_Tannishtha_101803201/archive/v1.0.tar.gz
Description: # TOPSIS_Tannishtha_101803201
        Topsis score and rank generator python package
        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.
        
        ########################
        
        This is a package to find topsis score and rank of a dataframe with only numerical values.
        
        
        ########################
        
        Command Line Usage :
        
        >>python topsis.py "input.csv" "1,1,1,2" "+,+,+,-" "out.csv"
        
Keywords: topsis,thapar,rank,topsis score
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
