Metadata-Version: 2.1
Name: topsisnandinise102017121
Version: 0.0.1
Summary: This is a Python Package implementing TOPSIS
Home-page: https://github.com/nandinisetia/topsis
Author: Nandini Setia
Author-email: nandinisetia003@gmail.com
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
Requires-Dist: numpy
Requires-Dist: pandas


## 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 topsisnandinise102017121
```
    

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]
