Metadata-Version: 2.4
Name: Topsis-Aditya-102303526
Version: 1.0.0
Summary: TOPSIS implementation as a Python package
Author: Aditya
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# TOPSIS Python Package

## Installation
pip install Topsis-Aditya-102303526


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


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

## Requirements
- Python 3.x
- pandas
- numpy
- openpyxl
