Metadata-Version: 2.1
Name: TOPSIS-Aadarsh
Version: 1.1.0
Summary: TOPSIS
Home-page: https://github.com/infinity1013/Topsis
Author: Aadarsh Gupta
Author-email: aadarshgupta875@gmail.com
License: MIT
Description: # TOPSIS-Aadarsh
        TOPSIS is an acronym that stands for "Technique of Order Preference Similarity to the Ideal Solution" and is a pretty straightforward MCDA method. As the name implies, the method is based on finding an ideal and an anti-ideal solution and comparing the distance of each one of the alternatives to those. 
        
        ## Installation 
        '''pip install TOPSIS-Aadarsh==1.1.0'''
        
        ## How to use it?
        Open terminal and type PYTHON TOPSIS along with input file path whose topsis value and rank you wanted to find
        i.e python TOPSIS "data.csv" 
         
        
        ## License
        Â©  2021 Aadarsh Gupta
        This repository is licensed under the MIT license. 
        See LICENSE for details
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
