Metadata-Version: 2.4
Name: topsis-himani-102303648
Version: 1.0.0
Summary: TOPSIS implementation as a command line tool
Author: Himani Mahajan
Author-email: 
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# TOPSIS Python Package

This project is a Python implementation of the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method.

TOPSIS is a decision-making technique used to rank multiple alternatives based on different criteria.
The alternative closest to the ideal solution and farthest from the worst solution gets the highest rank.

This package is developed as part of an academic assignment and can be used directly from the command line.

---

## Features

- Works with any CSV file having numeric criteria
- Simple command-line usage
- Supports weights and impacts for each criterion
- Generates TOPSIS score and rank automatically
- Easy to install and run

---

## Installation
Open terminal in the project directory and run:
```bash
pip install .
