Metadata-Version: 2.4
Name: Topsis-Charu-102303113
Version: 1.0.1
Summary: TOPSIS implementation as a Python package
Author: Charu
Author-email: your_email@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# TOPSIS-Charu-102303113

A Python package to implement **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** for ranking alternatives based on multiple criteria.

TOPSIS is a Multi-Criteria Decision Making (MCDM) technique that ranks options by comparing their distance from the **ideal best** and **ideal worst** solutions.

---

## ✅ Features
- Accepts input data in CSV format
- Supports custom **weights** and **impacts**
- Generates output CSV with:
  - **Topsis Score**
  - **Rank** (Rank 1 = best)

---

## ✅ Installation
```bash
pip install Topsis-Charu-102303113
