Metadata-Version: 1.1
Name: Topsis_AdityaVegesina_102017171
Version: 0.1
Summary: TOPSIS method for multi-criteria decision making
Home-page: https://github.com/Adityavegesina/topsis_adityavegesina_102017171_0.1
Author: Aditya Vegesina
Author-email: adityavegesina@gmail.com
License: MIT
Download-URL: https://github.com/Adityavegesina/topsis_adityavegesina_102017171_0.1/archive/refs/tags/v_01.tar.gz
Description: # Topsis_AdityaVegesina_102017171
        Topsis_AdityaVegesina_102017171 is a Python Package implementing Topsis.  It is method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.
        
        ## Installation
        Install the Package using the command - 
        ```s
        $ pip install Topsis_AdityaVegesina_102017171
        ```
        ## How to use:
        This package can be used via the command line using the following command:
        
        python -m Topsis_AdityaVegesina_102017171  input-file-path  weights-in-string-format  impacts-in-the-format-of + and -  output-file-path
        
        ## Example:
        python -m  Topsis_AdityaVegesina_102017171.topsis102017171 "C:\Users\aditya\OneDrive\Desktop\102017171-data.csv" "1,1,1,1,1" "+,-,-,-,+" "C:\Users\aditya\OneDrive\Desktop\102017171-result.csv"
        
        
        ## License
        
        MIT
        
        **Free Software, Hell Yeah!**
Keywords: TOPSIS,102017171,KEYWORDS
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
