Metadata-Version: 2.4
Name: Topsis-Nandini-102303129
Version: 1.0.0
Summary: A Python package for TOPSIS multi-criteria decision making
Author: Nandini Kumari
Author-email: nkumari_be23@thapar.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS Python Package

This package implements the **TOPSIS (Technique for Order Preference by Similarity to Ideal Solution)** method for multi-criteria decision making.

It allows users to rank alternatives based on multiple criteria using weights and impacts.

---

## Installation

Install the package from PyPI using:

```bash
pip install Topsis-Nandini-102303129
