Metadata-Version: 2.2
Name: topsis-Aabharan_Gupta_102203075
Version: 1.0.0
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: Aabharan Gupta
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 Package
The TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) package is a Python-based tool for multi-criteria decision-making. It evaluates and ranks alternatives based on their relative closeness to the ideal and anti-ideal solutions.
Installation
pip install -r requirements.txt
Usage
python topsis.py <input_file> <weights> <impacts> <output_file>
