Metadata-Version: 2.4
Name: topsis_palak_102497010
Version: 1.0.0
Summary: Implementation of TOPSIS method for decision making
Author: Palak
Author-email: palak@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# TOPSIS Python Package

This package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method.

---

## Installation

```bash
pip install topsis_palak_102497010
