Metadata-Version: 2.4
Name: topsis-arihan-102303750
Version: 0.0.1
Summary: TOPSIS implementation as a Python package
Author: Arihan Andotra
Author-email: aandotra_be23@thapar.edu
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS – Arihan (102303750)

This Python package implements the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method.

## Installation
```bash
pip install topsis-arihan-102303750
```
## Usage
```bash
topsis data.csv "3,1,2,4" "+,-,+,+" output.csv
```
