Metadata-Version: 2.2
Name: Topsis-Chirag-102303003
Version: 1.0.0
Summary: TOPSIS implementation command line package
Author-email: Chirag Gupta <cgupta3_be23@thapar.edu>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy

# Topsis-Chirag-102303003

This is a Python package for **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)**.

##  Installation
```bash
pip install Topsis-Chirag-102303003


## Usage Example
topsis data.csv "1,1,1,2" "+,+,-,+" output-result.csv
