Metadata-Version: 2.1
Name: topsis-shubhaan-102203456
Version: 0.2.0
Summary: A Python package for the TOPSIS method
Home-page: https://github.com/shubhaan06/topsis
Author: Shubhaan Bhandari
Author-email: shubhaan2004@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.5
Requires-Dist: pandas>=1.1.5

# TOPSIS

TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) is a multi-criteria decision-making method.

## Installation

```bash
pip install topsis
