Metadata-Version: 2.4
Name: Topsis-Vihaan-102303658
Version: 1.1.1
Summary: A Python package to implement TOPSIS for MCDM.
Home-page: https://github.com/Vihaan001/topsis
Author: Vihaan Agarwal
Author-email: dpsvih12036@gmail.com
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
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Vihaan-102303658

Is a Python package for implementing the **Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS)**.

## Installation

```bash
pip install Topsis-Vihaan-102303658

Usage:

Run the package via command line as follows:

<<Terminal>>
topsis <InputDataFile> <Weights> <Impacts> <OutputResultFileName>

Example : 
<<Terminal>>
topsis data.csv "1,1,1,1,1" "+,-,+,+,+" result.csv  
