Metadata-Version: 2.4
Name: topsis-harshit-kansal-102303554
Version: 1.0.0
Summary: TOPSIS (MCDM) implementation for ranking alternatives using multiple criteria.
Author: Harshit Kansal
Author-email: hkansal_be23@thapar.edu
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS Package (Harshit Kansal - 102303554)

This Python package implements **TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution)**, used for **multi-criteria decision making (MCDM)** to rank alternatives based on multiple numeric criteria.

---

## Installation

```bash
pip install topsis-harshit-kansal-102303554
```

## Command Line Usage

```bash
topsis-hk <input_csv> <weights> <impacts> <output_csv>
```

## Example

```bash
topsis-hk sample.csv "1,1,1,1" "+,+,-,+" output.csv
```

---

## Author

**Harshit Kansal**  
Roll No: 102303554
