Metadata-Version: 2.1
Name: Topsis-Paras-401903027
Version: 1.0.1
Summary: Executes TOPSIS function on csv type files
Home-page: UNKNOWN
Author: Paras Tandon
Author-email: ptandon_bemba19@thapar.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

This is a package to apply TOPSIS method to an input file of type ".csv". \
Rules:
1. The input file must have at least 3 columns, i.e. at least 2 Parameters
2. Example for running it on script : \
   python 401903027-topsis.py data.csv '1,2,2,1' '+,-,-,+' output-401903027.csv
3. Pandas should be re-installed.

Created by -  
Paras Tandon \
401903027\
TIET

