Metadata-Version: 1.1
Name: Topsis_Naman_101903245
Version: 1.5
Summary: This package helps to find the topsis score and ranking based on that score for the given input.
Home-page: https://github.com/naman-gupta-908/Topsis_Naman_101903245
Author: Naman Gupta
Author-email: your.email@domain.com
License: MIT
Download-URL: https://github.com/naman-gupta-908/Topsis_Naman_101903245/archive/refs/tags/1.5.tar.gz
Description: #Topsis-Naman-101903245
        
        Calculate the topsis score and ranking based on it by providing the input excel file along with the weights and impacts for each column and also the name of the output file.
        
        #installing
        pip install Topsis-Naman-101903245
        
        #usage
        from Topsis_Naman_101903245.topsis import find_topsis
        
        find_topsis("data.xslx",[1,1,2,3],["+","+","-","-"],"output.csv")
Keywords: TOPSIS,RANKS,SCORE
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
