Metadata-Version: 2.4
Name: topsis-simran-102303638
Version: 0.0.1
Summary: TOPSIS implementation as a CLI tool
Author: Simran Kaur
Author-email: kaursimran789812@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Topsis-Simran-123456  

A simple and powerful command-line tool to apply the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method for multi-criteria decision making.

This package helps you rank alternatives based on multiple criteria using weights and impacts.

---

## What is TOPSIS?  
TOPSIS is a decision-making technique that:
- Compares multiple options (alternatives)
- Uses multiple factors (criteria)
- Finds the option closest to the “ideal” solution and farthest from the “worst” solution

---

## Features  
- Command-line based usage  
- Supports CSV and Excel files  
- Validates inputs and shows meaningful error messages  
- Automatically calculates TOPSIS score and rank  
- Generates output file with results  

---

## Installation  

Install the package from PyPI using:

```bash
pip install topsis-simran-123456
