Metadata-Version: 2.4
Name: topsis-lovepreet
Version: 0.1.0
Summary: TOPSIS implementation for multi-criteria decision making
Author: Lovepreet Bhatia
Author-email: lovepreetbhatia178@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TOPSIS Package

This package provides an implementation of the TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) algorithm.

## Installation
```bash
pip install topsis-lovepreet
