Metadata-Version: 2.1
Name: Priyansh
Version: 1.0.0
Summary: TOPSIS
Home-page: UNKNOWN
Author: Priyansh
License: MIT
Description: # TOPSIS-Priyansh
        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-priyansh-101803511==1.0.0'''
        
        ## License
        Â©  2020 priyansh
        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
