Metadata-Version: 2.1
Name: topsis-saumyakumari-102303161
Version: 1.0.2
Summary: Python package for TOPSIS method
Author: Saumya Kumari
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TOPSIS Python Package

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

## Installation
pip install Topsis-SaumyaKumari-102303161

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

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