Metadata-Version: 2.4
Name: topsis-purnika-102303412
Version: 1.0.1
Summary: This package implements the TOPSIS method for multi-criteria decision making using a command-line interface. It allows users to rank alternatives from a CSV file by specifying custom weights and impacts. The package includes input validation and generates a ranked output file efficiently. It is designed for academic and practical decision-analysis use.
Author: Purnika Malhotra
Author-email: purnikamalhotra53@gmail.com
Requires-Python: >=3.8
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: requires-python
Dynamic: summary

# TOPSIS – Multi-Criteria Decision Making Tool

This Python package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method.  
It is developed to rank alternatives based on multiple criteria and is useful in decision-making problems such as product selection, college ranking, supplier evaluation, and more.

---

## 👩‍💻 Author

This package has been **created and developed by Purnika Malhotra** as part of an academic assignment.

---

## 📌 Features
- Command-line based TOPSIS implementation  
- Accepts CSV input file  
- Supports user-defined weights and impacts  
- Generates ranked output CSV file  
- Proper input validation and error handling  

---

## 📦 Installation

Install the package using pip:

```bash
pip install Topsis-Purnika-102303412
