Metadata-Version: 2.1
Name: topsis_101903570
Version: 4.1.0
Summary: Python package to implement TOPSIS
Home-page: https://github.com/saksham02112000/topsis-101903570
Author: Saksham
Author-email: sakshamsrini@gmail.com
License: MIT
Description: This package is implementation of topsis technique of multi-criteria decision analysis.
        This package will accept three parameters:
        1. data.csv //file which contains the models and parameters
        2. string of weights separated by commas(,)
        3. string of requirements (+/-) separated by commas(,)
        // important
        install pandas,sys and math libraries before installing this
        //
        You can install this package using following command
        pip install topsis-101903576
        # topsis-101903570
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
