Metadata-Version: 2.1
Name: topsis-401703007
Version: 0.0.1
Summary: topsis package implementation
Home-page: https://pypi.python.org/pypi/topsis-401703007
Author: Ekjot Singh
Author-email: esingh_bemba17@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 0,1,1,0
        ```
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
