Metadata-Version: 2.4
Name: Topsis-Pulkit-102303800
Version: 1.0.9
Summary: TOPSIS CLI tool for Multi-Criteria Decision Making (MCDM) with CSV and Excel support
Home-page: https://github.com/Pulkitgoyal10/Topsis-Pulkit-102303800
Author: Pulkit Goyal
Project-URL: Source Code, https://github.com/Pulkitgoyal10/Topsis-Pulkit-102303800
Project-URL: Bug Tracker, https://github.com/Pulkitgoyal10/Topsis-Pulkit-102303800/issues
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Pulkit-102303800

A command-line Python implementation of the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** algorithm used in **Multi-Criteria Decision Making (MCDM)**.

![Python](https://img.shields.io/badge/Python-3.6+-blue.svg)
![License](https://img.shields.io/badge/License-MIT-green.svg)
![PyPI](https://img.shields.io/pypi/v/Topsis-Pulkit-102303800)

---

## ðŸ“Œ Features

- Supports **CSV** and **Excel (.xlsx)** input files  
- Implements full TOPSIS ranking method  
- Validates user input and handles common errors  
- Produces decision scores and ranks  
- Lightweight and easy-to-use CLI tool  

---

## ðŸ§® About TOPSIS

TOPSIS ranks alternatives based on their distance from the **ideal best** and **ideal worst** solutions.

---

## usage

topsis <inputfile> <weights> <impacts> <outputfile>


---

## ðŸš€ Installation

```bash
pip install Topsis-Pulkit-102303800

---

##Author

Pulkit Goyal


