Metadata-Version: 2.1
Name: topsis-sarpreet-101803165
Version: 1.0.1
Summary: TOPSIS MODULE
Home-page: UNKNOWN
Author: sarpreet
Author-email: tiwanasarpreet07@gmail.com
License: MIT
Description: topsis module
        It takes a input data file,weights,impacts,output file name and creats a output file wth topsis score and rank of each row of input file,along wih the content of the input file.
        
        Installation
        "pip install topsis-sarpreet-101803165"
        
        How to use it?
        Open terminal and type topsis and then input the datafile,weights,impacts and the utput file.
        "python"
        "from topsis_sarpreet.t import topsis"
        "topsis("data.csv","1,1,1,2","+,+,-,+","output.csv")"  
        
        License
        Â© 2020 Sarpreet Tiwana
        
        This repository is licensed under the MIT license. See LICENSE for details.
Platform: UNKNOWN
Description-Content-Type: text/markdown
