Metadata-Version: 2.1
Name: Topsis-102017172-Mannat
Version: 0.0.1
Summary: Topsis score calculator
Home-page: https://github.com/Mannat7/Topsis_102017172
Author: Mannat
Author-email: Mannat <mannat7873@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Mannat7/Topsis_102017172
Keywords: topsis,rank,topsis score
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas

Topsis_102017172_Mannat

Home-page: https://github.com/Mannat7/Topsis_102017172

Author: Mannat

Author-email: mannat7873@gmail.com

License: MIT

Description: 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.
        TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method.

Command Line Usage :
    >>python 102017172.py "data_102017172.csv" "1,1,1,2" "+,+,+,-" "result_102017172.csv"
