Metadata-Version: 2.1
Name: topsis-anshul-102303930
Version: 1.0.0
Summary: A Python package for TOPSIS multi-criteria decision making
Author: Anshul Kaushal
Author-email: anshulkaushal27@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
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy

\# Topsis-Anshul-102303930



\## 📌 Description

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

TOPSIS is a multi-criteria decision-making approach used to rank alternatives based on their distance from

an ideal best and an ideal worst solution.



---



\## ⚙️ Installation

Install the package using pip:



```bash

pip install Topsis-Anshul-102303930



