Metadata-Version: 2.1
Name: topsis-pkg
Version: 1.0.0
Summary: A package for TOPSIS analysis.
Home-page: https://github.com/gupta-pulkit/topsis-pkg
Author: Pulkit Gupta
Author-email: guptapulkit48@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# topsis-pkg
Python Package with implementation of TOPSIS

A cmd line solution is present with this module:

Usages: python topsis.py InputDataFile Weights Impacts

Example: python topsis.py myData.csv “1,2,1,1” “+,+,-+”


