Metadata-Version: 2.1
Name: Topsis-Nikhil_Garg-102203275
Version: 1.0.1
Summary: A Python package for performing TOPSIS analysis.
Home-page: https://github.com/Bluebird5757/Topsis_Nikhil_Garg_102203275
Author: Nikhil_Garg
Author-email: nikhilgarg288@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

# 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-<Nikhil_Garg>-<102203275>

## 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')
