Metadata-Version: 2.1
Name: Topsis-Manmeet-101903767
Version: 0.0.2
Summary: Topsis Package
Home-page: UNKNOWN
Author: Manmeet Singh Chhabra
Author-email: <mchhabra_be19@thapar.edu>
License: UNKNOWN
Keywords: python,topsis,thapar,Prdictive-Analysis,101903767
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-Manmeet-101903767 
Topsis-Manmeet-101903767  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-Manmeet-101903767

## Importing and Using in Source File
Run the following commands to import the package into your python file:<br />
topsis = __import__('topsis')
topsis.main()
## How to get Output File
To get the output file with topsis score and rank you need to provide 4 arguments- csv filename, weights, impacts and output filename and then run on terminal in order to generate output file.<br /> 
Sample Case:<br />
python filename.py data.csv "1,2,1,1,2" "+,-,+,-,-" outputfilename.csv

## License
Copyright(c) 2022 Manmeet Singh Chhabra

