Metadata-Version: 2.1
Name: Topsis-Snehil-101903064
Version: 2.0.0
Summary: Implements topsis on the given input data file and generates topsis score and ranks accordingly.
Home-page: https://github.com/Snehil-21/Topsis-Snehil-101903064
Author: Snehil Gupta
Author-email: sgupta2_be19@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

# Topsis-Snehil-101903064

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-Snehil-101903064`

## How to use it?

Open the terminal / cmd and type topsis <input_filename.csv> <"Weights"> <"Impacts"> <output_filename.csv>

## License

Â© 2022 Snehil Gupta

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


