Metadata-Version: 2.2
Name: Topsis-Dushar-102217166
Version: 0.1
Summary: A Python package to implement the Topsis method
Home-page: https://github.com/dusharkhatri/Topsis-Dushar-102217166
Author: Dushar Khatri
Author-email: dkhatri_be22@thapar.edu
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# Topsis-Dushar-102217166

This is a Python package to implement the Topsis (Technique for Order Preference by Similarity to Ideal Solution) method.

## Installation

You can install the package via pip:

pip install Topsis-Dushar-102217166

## Usage

After installation, you can use the `topsis` command line tool like this:

python -m topsis 102217166-data.csv "1,1,1,3,2" "+,+,-,-,+" 102217166-result.csv
