Metadata-Version: 2.1
Name: topsis-padampreet-102303222
Version: 0.1.1
Summary: TOPSIS implementation using Python
Home-page: UNKNOWN
Author: Padampreet Singh
Author-email: spadampreet@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# Topsis-Padampreet-102303222

This package implements the TOPSIS (Technique for Order Preference by Similarity to Ideal Solution) method.

## Installation
pip install Topsis-Padampreet-102303222

## Usage
topsis data.csv "1,1,1,2" "+,+,-,+" result.csv


