Metadata-Version: 2.4
Name: Topsis-Harseerat-10123456
Version: 1.0.0
Summary: TOPSIS command-line implementation
Author: Harseerat
Author-email: hsidhu_be23@thapar.edu
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# TOPSIS Package

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

## Installation
pip install Topsis-Harseerat-10123456

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

## Input Rules
- CSV file must have at least 3 columns
- First column is identifier
- Other columns must be numeric
- Weights and impacts must be comma-separated

## Output
Generates a CSV file with TOPSIS score and rank.
