Metadata-Version: 2.4
Name: Topsis-Sarishti-102317212
Version: 1.0.0
Summary: A Python package for solving TOPSIS MCDM problems
Home-page: https://github.com/Sarishti845/Topsis-Sarishti-102317212
Author: Sarishti
Author-email: ssarishti_be23@thapar.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Topsis-Sarishti-102317212

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

## Installation
pip install Topsis-Sarishti-102317212

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

## Features
- Command Line Interface
- Full Input Validation
- Ranking Output
- Web Service (Flask based)
