Metadata-Version: 2.1
Name: topsis-101703189-garvita-chhabra
Version: 1.0.0
Summary: A Python package implementing TOPSIS technique.
Home-page: UNKNOWN
Author: garvita chhabra
Author-email: gchhabra_be17@thapae.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: tabulate
Requires-Dist: numpy
Requires-Dist: pandas

# TOPSIS-Python

**Project 1 : UCS633**


Submitted By: **topsis-101703189-garvita-chhabra**

***
pypi: <https://pypi.org/project/topsis-101703189-garvita>
<br>
***

## What is TOPSIS

**T**echnique for **O**rder **P**reference by **S**imilarity to **I**deal
**S**olution (TOPSIS) originated in the 1980s as a multi-criteria decision
making method. TOPSIS chooses the alternative of shortest Euclidean distance
from the ideal solution, and greatest distance from the negative-ideal
solution. More details at [wikipedia](https://en.wikipedia.org/wiki/TOPSIS).

<br>

## How to use this package:

topsis-101703189-garvita-chhabra  can be run as in the following example:



### In Command Prompt
```
>> topsis data.csv "1,1,1,1" "+,+,-,+"
```
<br>


