Metadata-Version: 2.1
Name: Topsis-Ishan-102003410
Version: 0.1
Summary: Implements topsis on the given input data file and generates topsis score and ranks accordingly.
Home-page: https://github.com/Ishan2721/Topsis-Ishan-102003410
Author: Ishan
Author-email: imazumdar_be20@thapar.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: sys
Requires-Dist: os
Requires-Dist: math

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.

Installation
pip install Topsis-Ishan-102003410

How to use it?
Open the terminal / cmd and type topsis <input_filename.csv> <"Weights"> <"Impacts"> <output_filename.csv>

License
Â© 2023 Ishan

This repository is licensed under the MIT license. See LICENSE for details.

