Metadata-Version: 2.4
Name: Topsis-Vansh-102303806
Version: 0.0.1
Summary: TOPSIS implementation as a Python package
Author: Vansh
Author-email: vsingla1_be23@thapar.edu
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Vansh-102303806

This package provides an implementation of the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method using Python.

## What is TOPSIS?
TOPSIS is a multi-criteria decision-making technique that ranks alternatives based on their closeness to the ideal best solution and distance from the ideal worst solution.

## Installation
```bash
pip install Topsis-Vansh-102303806
