Metadata-Version: 2.2
Name: topsis_sarthaksachdeva_102203493
Version: 1.0.0
Summary: A Python package for performing TOPSIS analysis.
Home-page: https://github.com/yourgithubusername/Topsis-SarthakSachdeva-102203493
Author: Sarthak Sachdeva
Author-email: your_email@example.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
License-File: LICENSE.rtf
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-SarthakSachdeva-102203493
A Python package to implement the TOPSIS method for multi-criteria decision-making.

## Installation
```bash
pip install Topsis-SarthakSachdeva-102203493


##Usage
from topsis import topsis

topsis("input.csv", "1,1,1,2", "+,+,-,+", "output.csv")

License
This project is licensed under the MIT License.
