Metadata-Version: 2.1
Name: kt-toposis
Version: 1.0.4
Summary: A Python package to get toposis rankings for any table.
Home-page: https://github.com/kartikeytiwari37/Toposis.git
Author: Kartikey Tiwari
Author-email: kartikeytiwari37@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

Topsis Ranker
A Python package to get topsis ranks for any dataset.

Usage
Following query on terminal will provide you the topsis ranks of "data.csv" file.

kt-toposis data.csv -w 1 1 1 1  -i + + - +

