Metadata-Version: 2.4
Name: topsis-dikshant-102303201
Version: 0.1.0
Summary: TOPSIS implementation for multi-criteria decision making
Author: Dikshant
Author-email: dikshantarora15@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Dikshant-123456

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

## Installation

pip install topsis-dikshant-102303201

## Usage
topsis data.xlsx "1,1,1,1,1" "+,+,-,+,+" result.csv

## Input Format
- First column: Alternative names
- Remaining columns: Numeric criteria

## Output
- Adds TOPSIS Score
- Adds Rank
