Metadata-Version: 2.1
Name: Topsis-HarshulDeepSingh-102203259
Version: 1.0.0
Summary: A Python package for performing TOPSIS analysis.
Home-page: https://github.com/harshulxo/Topsis-Harshul-102203259
Author: HARSHUL DEEP SINGH
Author-email: singhharshuldeep@gmail.com
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: openpyxl

# TOPSIS Python Package

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

## Installation

Install the package using pip:pip install Topsis-Harshul-102203259

## Usage

Run the following command after importing the package:

```python
from topsis import Topsis

Topsis.calculate('input_file.csv', '1,1,1,2', '+,+,-,+', 'output_file.csv')
