Metadata-Version: 2.1
Name: topsis_bhavana_102303704
Version: 0.0.2
Summary: A Python package implementing TOPSIS method
Author: Bhavana Yadav
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# TOPSIS Python Package

This package implements the TOPSIS method for multi-criteria decision making.

## Installation
pip install topsis-bhavana-102303704

## Usage
topsis input.csv "1,1,1,1" "+,+,-,+" output.csv

## Input Format
- First column: Alternatives
- Other columns: Numeric criteria

## Output
- Adds TOPSIS Score
- Adds Rank
