Metadata-Version: 2.4
Name: topsis-ishwin-102303644
Version: 1.0.2
Summary: TOPSIS implementation as a Python package
Author: Ishwin
Author-email: syal.ishwin@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# TOPSIS Python Package

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

## Installation

```bash
pip install topsis-ishwin-102303644
```

## Usage

```bash
topsis data.xlsx "1,1,1,2,1" "+,+,-,+,+" output.xlsx
```

## Input Format

* First column: Alternatives
* Remaining columns: Numeric criteria

## Output

* Adds **Topsis Score**
* Adds **Rank**

## Example

```bash
topsis sample.xlsx "1,1,1,2,1" "+,+,-,+,+" result.xlsx
```

## Author

Ishwin
