Metadata-Version: 2.1
Name: TOPSIS-101703144
Version: 0.0.1
Summary: A small example package to implement Topsis
Home-page: https://github.com/pypa/sampleproject
Author: Bhupinder Kumar
Author-email: bkumar_be17@thapar.edu
License: UNKNOWN
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

# -*- coding: utf-8 -*-

"""
Created on Tue Jan 21 22:15:41 2020

@author: Bhupinder Kumar
"""

usage :
    python myyfile.py data.csv "1,2,1,2" "+,+,-,+"


