Metadata-Version: 2.4
Name: Topsis-Vansh-102483084
Version: 1.0.1
Summary: A Python package for TOPSIS
Author: Vansh
Author-email: vanshgupta1490@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# TOPSIS-Vansh-102483084

A Python package to implement TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution).

## Installation
pip install Topsis-Vansh-102483084

## Usage
from Topsis_Vansh_102483084.topsis import topsis
topsis("data.csv", "1,1,1,1", "+,+,-,+", "result.csv")
