Topsis Score and Rank Calculator
I have created a Python package implementing Topsis(Technique for Order of Preference by Similarity to Ideal Solution) method used for multi-criteria decision analysis.
you just need to provide your input attributes using the command line and it will give you the results which will be displayed both on console and stored in a csv file provided as the last argument.
Installation
$ pip install TOPSIS-102017191==0.0.2
In the commandline, you can run it in the following ways - $ python <package_name>
E.g for input data file as data.csv, command will be like $ python topsis.py data.csv "1,1,1,1" "+,+,-,+" output.csv
This will print all the output attribute values along with the Topsis Core and Rank column, in a tabular format
License -> MIT
Change Log
0.0.1 (22/01/2023)
- First Release
Release files for Topsis-Saksham-102017191 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Topsis-Saksham-102017191-0.0.2.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Topsis_Saksham_102017191-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / Topsis-Saksham-102017191-0.0.2.tar.gz
| Download URL | Topsis-Saksham-102017191-0.0.2.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13158d8c429bf61a0de28dad69f76710e74f1d76e6655b69be62ab833bfe0322
|
|
BLAKE2b-256 checksum How to use checksums |
7eb59ae0de28d91e3b73d5252ca46b71240bb9ad737d8a7aee07363d15a7d5e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / Topsis_Saksham_102017191-0.0.2-py3-none-any.whl
| Download URL | Topsis_Saksham_102017191-0.0.2-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d525f07a7f146bcd83f00827a8b945cdbe16aaf8473f37a3d564242cd85abe82
|
|
BLAKE2b-256 checksum How to use checksums |
9410da5dd290c373a528228a72719c21886662477640e573bbd225b97ff8e300
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|