Metadata-Version: 2.4
Name: Topsis-Abhishek-Kansal-102303808
Version: 1.0.0
Summary: A Python package for TOPSIS decision making
Author-email: Abhishek Kansal <akansal_be23@gmail.com>
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy

# Topsis-Abhishek-Kansal-102303808

This project implements TOPSIS (Technique for Order Preference by Similarity to Ideal Solution).
It is used to rank alternatives based on multiple criteria.

## Installation

Use pip to install the package:

pip install Topsis-Abhishek-Kansal-102303808

## Usage

Run the program using:

topsis-abhishek input.csv "1,1,1" "+,+,-" result.csv

## Input Format

The input file must contain alternative names in the first column.
All other columns must be numeric.

## Output

The output file will contain TOPSIS score and rank.

## Author

Abhishek Kansal  
Roll Number: 102303808
