Metadata-Version: 2.1
Name: topsis-aviral-102303726
Version: 0.1.1
Summary: TOPSIS implementation in Python
Description-Content-Type: text/markdown

\# topsis-aviral-102303726



A Python implementation of the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method.



\## Features

\- Accepts CSV input file

\- Supports user-defined weights and impacts

\- Computes TOPSIS score and rank

\- Available as CLI tool and Python package



\## Installation

```bash

pip install topsis-aviral-102303726



