Metadata-Version: 2.1
Name: Topsis__Ria__101803231
Version: 0.0.6
Summary: it is package which tells you best value based on the data by using some mathematical calculations
Home-page: https://github.com/Ria017/Topsis_package
Author: Ria
Author-email: rria_be18@thapar.edu
License: UNKNOWN
Description: Topsis\_package
        ============
        
        It is a Python package to find out the best value among the different
        data using the mathematical calculations. \#\# Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install
        this package.
        
        ``` {.bash}
        pip install Topsis__Ria__101803231
        ```
        
        About
        -----
        
        TOPSIS is the method that is based on finding an ideal and an anti-ideal
        solution and comparing the distance of each one of the alternatives to
        those.
        
        To get started quickly, just use the following:
        
        ``` {.bash}
        from Topsis_package.topsis import topsis
        topsis('inputfilename','Weights','Impacts','Outputfilename')
        ```
        
        make ensure the weights and impacts should be in ""
        
        eg: "1,1,1,1" and "+,-,+,-"
        
        Pre-requisite
        -------------
        
        The data should be enclosed in the csv file. There must be more than 2
        columns
        
        Result
        ------
        
        the output(outputfilename) is saved in the project folder with extra 2
        columns with topsis score and rank.
        
        Contributing
        ------------
        
        Pull requests are welcome. For major changes, please open an issue first
        to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        https://github.com/Ria017/Topsis_package#topsis_package \#\# License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
