Metadata-Version: 2.4
Name: topsis-gaurav-102303493
Version: 1.0.5
Summary: A Python package implementing the TOPSIS method for multi-criteria decision making.
Author: Gaurav Prakash Srivastava
Author-email: gsrivastava_be23@thapar.edu
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: argparse
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# topsis-gaurav-102303493

`topsis-gaurav-102303493` is a Python package that implements the **Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)**, a popular Multiple Criteria Decision Making (MCDM) method.  
It helps rank alternatives based on their relative closeness to the ideal solution.

This package is useful in decision-making problems such as:
- Choosing the best product
- Selecting the best candidate
- Evaluating alternatives in engineering, management, and research

---

## Installation

Install the package using pip:

```bash
pip install topsis-gaurav-102303493
