Metadata-Version: 2.4
Name: topsis-dhruv-102303645
Version: 1.0.2
Summary: TOPSIS command line tool
Author: Dhruv
Author-email: dkamboj_be23@thapar.edu
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Project Description

## topsis-dhruv-102303645

**For:** Project-1 (UCS654)  
**Submitted by:** Dhruv  
**Roll No:** 102303645  

`topsis-dhruv-102303645` is a Python library for solving **Multiple Criteria Decision Making (MCDM)** problems using the  
**Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)**.

The package provides a **command-line interface (CLI)** to rank alternatives based on multiple criteria by supplying
weights and impacts.

---

## Installation

Use the Python package manager **pip** to install the library:

```bash
pip install topsis-dhruv-102303645
