A Python package to implement the TOPSIS method.
Project description
Topsis-Dishav-102217004
A Python package to implement the TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) method, a multi-criteria decision-making approach.
Overview
The TOPSIS method is used for ranking alternatives based on their closeness to the ideal solution. It is widely used in decision-making scenarios where multiple criteria are considered.
This package simplifies the process of implementing the TOPSIS method by providing a command-line interface and an easy-to-use Python API.
Features
- Handles multi-criteria decision-making problems.
- Works with weighted criteria and both beneficial (
+) and non-beneficial (-) impacts. - Outputs a ranked list of alternatives with TOPSIS scores.
Installation
Install the package directly from PyPI:
pip install Topsis-Dishav-102217004
Usage
Command Line Usage
topsis <InputFile> <Weights> <Impacts> <ResultFile>
Python API Usage
from Topsis_Dishav_102217004 import topsis
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Topsis-Dishav-102217004-1.0.0.tar.gz.
File metadata
- Download URL: Topsis-Dishav-102217004-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bfa3f34cbaee702405b42879625b1a044227349dfe9216e9b8f2a80527caf71
|
|
| MD5 |
a2a57b0bb6816c6de5fc4f325b1f3dde
|
|
| BLAKE2b-256 |
1ba1c9864508184c15b34b10dd023ed572ed110b96fafbd11d895714ab408d16
|