Metadata-Version: 2.1
Name: Topsis-Tarush-102083060
Version: 0.0.3
Summary: Topsis Package
Home-page: UNKNOWN
Author: Tarush Srivastava
Author-email: <tarush33@gmail.com>
License: UNKNOWN
Keywords: python,topsis,thapar,Prdictive-Analysis,102083060
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# Topsis
Topsis-Tarush is a python package to implement Multiple criteria decision making (MCDM) using TOPSIS. It takes data, calculates topsis score and ranks the data according to the score.

## Installation
Run the following command in the terminal to install the package:<br />
```pip install Topsis-Tarush-102083060```

## How to use the Package
You need to provide 4 arguments(csv filename, weights, impacts, output filename) in terminal to run the package.
Sample Case:<br />
```python test.py data.csv "1,2,1,1,2" "+,-,+,-,-" outputfilename.csv```

## License

Copyright(c) 2022 Tarush Srivastava



