Metadata-Version: 2.1
Name: TOPSIS-TRISHIKA-101983060
Version: 0.0.1
Summary: topsis implementation
Home-page: UNKNOWN
Author: Trishika Abrol
Author-email: tabrol_be18@thapar.edu
License: UNKNOWN
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 +,+,-,+ result.csv
        ```
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
