Metadata-Version: 2.1
Name: TOPSIS-Aman-101803543
Version: 0.0.2
Summary: TOPSIS Package
Home-page: UNKNOWN
Author: Aman Singla
Author-email: asingla2_be18@thapar.edu
License: UNKNOWN
Description: ## Topsis
        TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method.
        
        # How to use this package
        
        ```
        $ pip install topsis-Aman-101803543
        
        $ python
        
        >>> from topsis_aman import topsisf
        >>> topsisf(["filename.csv","weights","impact","resultFile.csv"])
        
        
        then it shows your answer on command prompt and save it as a file
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
