Metadata-Version: 2.1
Name: Topsis-Himanshu-102103568
Version: 1.0.0
Summary: Implementation of Topsis
Author: Himanshu Bansal
Author-email: himu90505@gmail.com
Keywords: Topsis,Topsis-Himanshu-102103568,Himanshu,Topsis-Himanshu,102103568
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

```markdown
# Project Description
for: Assignment-1(UCS654)
Submitted by: Himanshu Bansal
Roll no: 102103568
Group: 3COE20

```markdown
# What is TOPSIS?

TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) is a multi-criteria decision analysis method that helps in making decisions based on multiple criteria. This Python package provides a command-line interface for performing TOPSIS analysis on a given dataset.

## Installation

To install the TOPSIS package, you can use the following command:

```bash
pip install Topsis-Himanshu-102103568
```

### Parameters

- `<InputDataFile>`: CSV file containing the input data.
- `<Weights>`: Comma-separated weights for each criterion.
- `<Impacts>`: Comma-separated impact values for each criterion (`+` for benefit, `-` for cost).
- `<ResultFileName>`: Name of the file to save the TOPSIS result.

