Metadata-Version: 2.1
Name: topsisharsh102017133
Version: 0.0.1
Summary: This is a Python Package implementing TOPSIS
Home-page: 
Author: Harsh garg
Author-email: hgarg_be20@thapar.edu
License: MIT
Keywords: topsis,mcda,TIET
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

## Topsis Python Package

TopsisPy is a Python Package implementing Topsis method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.

TopsisPy intends to make the process of TOPSIS simple in python. Key features of the package are -

- Easy to use 
- Numpy based 
- Ideal for Students

## Installation

Install the Package using the command -

bash
   $ pip install topsisharsh102017133

    

You may use the Package via commandline as
```bash
   $ topsis [path of csv] [weights as string] [impacts as string] [path of result csv as string]
