Metadata-Version: 2.4
Name: Topsis-Ananya-102303594
Version: 0.2
Summary: A Python package implementing the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method
Author: Ananya Singh
Author-email: ananya@example.com
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
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS Command Line Tool

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

## Installation
```bash
pip install Topsis-Ananya-102303594

##Usage

topsis data.csv "1,1,1,1" "+,+,+,+" result.csv

##Input

CSV file with alternatives

Weights for criteria

Impacts (+ or -)

##Output

CSV file with TOPSIS score and rank

##Author
Ananya Singh


---

## 🔁 WHY VERSION CHANGE REQUIRED?

PyPI **does not allow overwriting** `0.1`  
So we bump version to `0.2`

---

## 🚀 REBUILD + REUPLOAD (COMMANDS)

Run **inside `assi-1/part-2`**

```bash
python -m build


---

## 🔁 WHY VERSION CHANGE REQUIRED?

PyPI **does not allow overwriting** `0.1`  
So we bump version to `0.2`

---

## 🚀 REBUILD + REUPLOAD (COMMANDS)

Run **inside `assi-1/part-2`**

```bash
python -m build



