Metadata-Version: 2.1
Name: topsis-akshatbhatnagar-102303158
Version: 1.0.2
Summary: A Python package for TOPSIS
Author: Akshat Bhatnagar
Author-email: abhatnagar_be23@thapar.edu
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


This is a Python library for TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution).

## Installation
pip install Topsis-AkshatBhatnagar-102303158

## Usage
topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>

## Example
topsis data.csv "1,1,1,1" "+,-,+,+" result.csv
