Metadata-Version: 2.1
Name: TOPSIS-GIRIK-102003178
Version: 1.3.2
Summary: A Python package to find TOPSIS for multi-criteria decision analysis method
Home-page: https://www.github.com/girikgarg8
Author: Girik Garg
Author-email: girikgarg8@gmail.com
License: MIT
Keywords: topsis,UCS654,TIET
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Topsis Value Calculator

TopsisCalc is a Python package implementing Topsis method, used for multi-criteria decision analysis.

TOPSIS stands for Technique for Order of Preference by Similarity to Ideal Solution

Just provide the input attributes and it will gives the results 


## Installation

$ pip install TOPSIS-GIRIK-102003178==1.3.2

In the commandline, you can write as -
    topsis <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>

E.g for input data file as data.csv, command will be like
     topsis data.csv "1,1,1,1" "+,+,-,+" output.csv

This will print all the output attribute values along with the Rank column, in a tabular format, and output the resultant table into output.csv file

License -> MIT

Change Log
==========

1.3.2 (18/01/2023)
1.3.1 (18/01/2023)
1.3.0 (18/01/2023)
1.2.0 (18/01/2023)
1.1.1 (18/01/2023)
1.1.0 (17/01/2023)
------------------
- First Release
