Metadata-Version: 2.1
Name: TOPSIS-Yubhav-101803319
Version: 0.0.1
Summary: A very basic file of topsis
Home-page: https://yubhav
Author: yubhav
Author-email: yubhav.seth97@gmail.com
License: MIT
Description: ## THIS IS A TOPSIS PROGRAM IN PYTHON
        
            ================       
        
            Submitted By: **Yubhav Seth**
        
            ================
        
            ## Run the program through command line as:
        
            ### Usages:
            ```
            >>>python topsis.py <InputDataFile> <Weights> <Impacts> <ResultFileName>
            ```
        
            ### Example:
            ```
            >>>python topsis.py inputfile.csv “1,1,1,2” “+,+,-,+” result.csv
            ```
        
            ================
Keywords: topsis
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
