Metadata-Version: 2.4
Name: topsis-yatin-102303935
Version: 0.1.0
Summary: TOPSIS implementation as a Python package
Author: Yatin Arora
Author-email: your_email@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: license
Requires-Dist: numpy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# TOPSIS Python Package

This package provides a **command-line implementation of the TOPSIS
(Technique for Order Preference by Similarity to Ideal Solution)** method.

TOPSIS is a multi-criteria decision-making technique used to **rank alternatives**
based on their distance from an ideal best and an ideal worst solution.

This package is designed for **students and users** who want to apply TOPSIS
directly from the terminal without writing additional code.

---

## Installation

The package can be installed directly from **PyPI** using `pip`.

```bash
pip install topsis-yatin-102303935
