Metadata-Version: 2.1
Name: 101703196_topsis
Version: 1.0.0
Summary: topsis implementation
Home-page: https://github.com/guneesha12/101703196_topsis/tree/v_1.0.0
Author: Guneesha Sehgal
Author-email: guneeshasehgal@gmail.com
License: UNKNOWN
Download-URL: https://github.com/guneesha12/101703196_topsis/archive/v_1.0.0.tar.gz
Description: #Topsis Package
        A Python package to implement topsis on a given dataset.
        ##Usage
        Following query on terminal will provide you the best and worst decisions for the dataset.
        ```
        python topsis.py dataset_sample.csv 1,1,1,1 0,1,1,0
        ```
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
