Metadata-Version: 2.1
Name: topsis-manya-102317119
Version: 1.0.1
Summary: Python package for TOPSIS method
Author: Manya Singh
Author-email: yashmiki01@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# Topsis-Manya-102317119

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

## Installation
```bash
pip install Topsis-Manya-102317119
```
# Usage
topsis input.csv "1,1,1,1,1" "+,+,+,-,+" output.csv

# Input Format

First column: Alternatives

Remaining columns: Numeric criteria

# Output

TOPSIS Score

Rank
