Metadata-Version: 2.1
Name: TOPSIS-SUKRITI-401803026
Version: 0.0.4
Summary: TOPSIS evaluator for given data. Enter all arguments as strings
Home-page: https://pypi.org/project/TOPSIS-SUKRITI-401803026/0.0.1/
Author: Sukriti Sharma
Author-email: ssharma_bemba18@thapar.edu
License: MIT
Description: This is a package for performing TOPSIS analysis on given data.
        
        Conditions:
        -dataset must have atleast 3 columns
        -the weights must be of numeric type
        -impact must be only either + or -
        -weights and impacts have to be separated by ',' only
        -enter all arguments as string type
        -data file and result file must be of .csv type
        to invoke, make sure your data set is in the same directory 
        
        use TOPIS_SUKRITI_401803026.TOPSIS('filename.csv','weights_separated_by_commas','weights_separated_by_commas',result_filename.csv') for terminal
        use TOPSIS('filename.csv','weights_separated_by_commas','weights_separated_by_commas',result_filename.csv') for PyCharm,SPyDer, VScode or any other IDE
        
Keywords: calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
