Metadata-Version: 1.1
Name: TOPSIS-Tanishq-101803705
Version: 0.12
Summary: A library to perform the topsis analysis and rank 
Home-page: https://github.com/Tanishq457/TOPSIS-Tanishq-101803705
Author: Tanishq Bhalla
Author-email: bhalla.tanishq2000@gmail.com
License: MIT
Download-URL: https://github.com/Tanishq457/TOPSIS-Tanishq-101803705/archive/v012.tar.gz
Description: This package is a CLI-based tool to perform TOPSIS analysis on numerical csv datasets.
        
        It outputs a csv file with the TOPSIS results.
        
        Usage: 
        
        TOPSIS-Tanishq-101803705 input_file weights impacts output_file
        
        Example:
        TOPSIS-Tanishq-101803705 input.csv 1112 +-++ output.csv
        
        
        This generates the output in 'output.csv' file.
        
        Usage Requirements:
        
         - Input dataset must have atleast three columns.
         - First column must be Descriptor.
         - Weights and Impacts must be comma (,) separated.
Keywords: TOPSIS,RANK
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
