Metadata-Version: 2.4
Name: Topsis-Aishita-102303744
Version: 0.1.0
Summary: TOPSIS implementation as a command-line tool
Author: Aishita
License: MIT
Description-Content-Type: text/markdown
License-File: License.txt
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Topsis-Aishita-102303744

This Python package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method.  
It provides a command-line tool to rank multiple alternatives based on multiple criteria.

---

## Installation

Install the package from PyPI using:

```bash
pip install Topsis-Aishita-102303744 
```

---

## Usage

After installation, run the TOPSIS command in the following format:

```bash
topsis <InputDataFile> <Weights> <Impacts> <OutputFileName>
```

---
Example

```bash
topsis data.csv "1,1,1,1,1" "+,+,+,-,+" result.csv 
```

---

