Metadata-Version: 2.1
Name: TOPSIS-Akriti-101803608
Version: 1.0.1
Summary: A Python package to get best alternative available using TOPSIS method.
Home-page: https://github.com/Akriti0100/TOPSIS-Akriti-101803608
Author: Akriti Singhal
Author-email: akritisinghal1663@gmail.com
License: MIT
Description: # TOPSIS-Akriti-101803608
        
        A python package which implements TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) which is a multi-criteria decision analysis method.
        
        # Usage
        
        Running the following query on the command-line interface will help to rank the models i.e. choose the best alternative available from a given set of models 
        based on multiple, usually conflicting criteria.
          
            TOPSIS-Akriti-101803608 <data_file_name> <weights> <impacts> <result_file_name>
        
        Note - Make sure that you run the command in the folder you have stored your data files , else provide the complete path of the file.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
