Metadata-Version: 2.1
Name: Topsis-Yuvraj-10223293
Version: 1.0.0
Summary: A Python package to implement the TOPSIS method for decision making.
Author: Yuvraj Brar
Author-email: ybrar_be22@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

# TOPSIS Package

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

## Installation

```bash
pip install Topsis-<YourName>-<RollNumber>
