Metadata-Version: 2.4
Name: Topsis-ArunMahajan-102303346
Version: 1.0.0
Summary: TOPSIS implementation using Python
Author: Arun Mahajan
Author-email: your_real_email@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Topsis-ArunMahajan-102303346

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

## Installation
pip install Topsis-ArunMahajan-102303346

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

## Input Format
- First column: Alternatives
- Remaining columns: Numeric values

## Output
- Topsis Score
- Rank

## Author
Arun Mahajan  
Roll Number: 102303346
