Metadata-Version: 2.1
Name: topsis-jasleen-102003238
Version: 0.1
Summary: mplements topsis on the given input data file and generates topsis score and ranks accordingly.
Home-page: UNKNOWN
Author: jasleen phutela
Author-email: jphutela_be20@thapar.edu
License: UNKNOWN
Description: # Topsis-jasleen-102003238
        Topsis implementation in python. Used as a command line tool to generate topsis score and ranks of the given input data file along with weights and impacts. The method helps to find the best alternative from a set of options by comparing each option's similarity to an ideal solution and a negative-ideal solution, which are defined based on the decision-maker's preferences.
        
        ## Installation
        
        `pip install Topsis-jasleen-102003238`
        
        ## How to use it?
        
        Open the terminal / cmd and type topsis <input_filename.csv> <"Weights"> <"Impacts"> <output_filename.csv>
        
        ## License
        
        © 2023 jasleen
        
        This repository is licensed under the MIT license. See LICENSE for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
