Metadata-Version: 2.4
Name: Topsis-Harsheen-102317037
Version: 0.1
Summary: A Python package to perform TOPSIS method
Author: Harsheen Kaur
Author-email: your_email@example.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Topsis-Harsheen-123456

This package implements the TOPSIS method using Python.

## Installation

pip install Topsis-Harsheen-123456

## Usage

topsis input_file weights impacts output_file

Example:

topsis data.xlsx "1,1,1,1,1" "+,+,+,+,+" result.csv

## Parameters

- Input file must contain 3 or more columns
- First column is non-numeric
- Remaining columns must be numeric
- Weights separated by comma
- Impacts must be + or -

## Output

Output file will contain:
- Topsis Score
- Rank
