Metadata-Version: 2.1
Name: topsis-101883071
Version: 2.0.0
Summary: Python package to implement TOPSIS
Home-page: https://github.com/
Author: Yogesh
Author-email: ysingla001@gmail.com
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


This package is implementation of topsis technique of multi-criteria decision analysis.
This packages will work on command line interface
>**Use command to run** python <input.csv> <weights><impacts>
> - input.csv is your input csv file
> - weights is  string in which each digit represent weight of corresponding column(eg "1,1,1,1")
> - impacts are impacts of column (eg "-,+,+,+" ) 

You can install this package using following command
pip install topsis_101883071



> Author-Yogesh
> Batch:Coe18
> Roll no:101883071
> Course:Data Analytics and Visualization


