Metadata-Version: 2.4
Name: Topsis-Nihar-102303012
Version: 1.0.0
Summary: TOPSIS implementation command line package
Author: Nihar Sharma
Author-email: nsharma3_be23@thapar.edu
Platform: any
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: license-file

# Topsis-Nihar-102303012

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

##  Installation
```bash
pip install Topsis-Nihar-102303012


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