Metadata-Version: 2.2
Name: topsis-Sarthak_Srivastava_102217018
Version: 1.0.1
Summary: This Python package implements the TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) method for rank calculation. It helps in ranking alternatives based on multiple criteria by determining their proximity to the ideal and negative-ideal solutions. The package is efficient and easy to use for decision-making tasks.
Author: Sarthak Srivastava
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
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis Rank Calculation
It takes 4 parameters in cmd as input. First being the input dataset. Second being the Weights. Third being the Impacts. Fourth being the Result file Name
![image could not be loaded](image.png)

## Installation
```pip install 102217018-topsis```

## License

Â© 2025 Sarthak Srivastava

This repository is licensed under the MIT license. See LICENSE for details.
