Metadata-Version: 2.4
Name: Topsis-Savree-102317097
Version: 0.0.2
Summary: TOPSIS implementation as a Python package
Author: Savree Dohar
Author-email: sdohar_be23@thapar.edu
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Topsis-Savree-102317097

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

TOPSIS is a multi-criteria decision-making technique used to rank alternatives based on their distance from an ideal best and ideal worst solution.

---

## Installation

Install the package from PyPI using pip:

```bash
pip install Topsis-Savree-102317097
