Metadata-Version: 2.1
Name: Topsis-Guryansh-102218044
Version: 1.0.4
Summary: Python package for Topsis Analysis
Home-page: https://github.com/Guryansh/topsis
Author: Guryansh
Author-email: guryanshsingla@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: pandas
Requires-Dist: numpy


# Topsis Package

Python Package for Topsis Analysis for Multi Decision Criteria Decision Making


## Authors

- [@Guryansh](https://www.github.com/Guryansh)


## Features

- Customizable Decision Matrix
- Comprehensive Error Handling


## Installation

Install the package with following command

```bash
  pip install Topsis-Guryansh-102218044
```
    
## Usage
- Weights and Imapcts seperated by commas
- Impacts should be give in + and - for maximization and minimization respectively
- Files should be of format .csv
```bash
guryansh_topsis <inputFileName> <Weights> <Impacts> <resultFileName>
```

## Example
```javascript
guryansh_topsis 102218044-data.csv ".25,.25,.25,.25,.25" "-,+,+,+,+" output.csv

```



[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)


