Metadata-Version: 2.1
Name: 102203166-topsis-stuti
Version: 0.1.1
Summary: A Python package to implement the TOPSIS method for multi-criteria decision analysis.
Home-page: https://github.com/stuti-go/topsis-package
Author: Stuti Goyal
Author-email: gstu180@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy

# TOPSIS Package

## Overview
This package implements the **TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution)** method, which is commonly used for decision-making in multi-criteria problems.

## Installation
You can install the package via `pip`:

```bash
pip install 102203166-topsis-stuti
