Metadata-Version: 2.1
Name: Topsis-Yugal-401903007
Version: 0.0.7
Summary: Topsis Package
Author: Yugal Verma
Author-email: yugalverma047@gmail.com
License: UNKNOWN
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

This is a Topsis score calculator package.

It takes a csv file, along with weigths, impacts and name of output csv file, it displays the topsis score and save it into the output csv file.

Installation:

pip install Topsis-Yugal-401903007

Usage in terminal:

python <Filename.py> <data.xlsx> <weights> <impacts> <output-data.csv>



