Metadata-Version: 2.1
Name: TOPSIS-Vaibhav-101803049
Version: 0.0.2
Summary: Example Package
Home-page: UNKNOWN
Author: Vaibhav Allahbadia
Author-email: vallahbadia_be18@thapar.edu
License: UNKNOWN
Description: # TOPSIS
        It is a method of compensatory aggregation that compares a set of alternatives by identifying weights for each criterion, normalising scores for each criterion and calculating the geometric distance between each alternative and the ideal alternative, which is the best score in each criterion.
        
        ## How to Use this package
        
        ```
        install the TOPSIS-Vaibhav-101803049 package
        
        then install module from firstpackage import top
        then run top(["filename","weight","impact","resultfile"])
        ```
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
