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> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_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
Raw data
{
"_id": null,
"home_page": "https://github.com/sakshamsood3/Topsis-Saksham-102017191",
"name": "Topsis-Saksham-102017191",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Topsis,TIET,UCS654,Thapar,implement topsis",
"author": "Saksham Sood",
"author_email": "ssood2_be20@thapar.edu",
"download_url": "https://files.pythonhosted.org/packages/7e/b5/9ae0de28d91e3b73d5252ca46b71240bb9ad737d8a7aee07363d15a7d5e3/Topsis-Saksham-102017191-0.0.2.tar.gz",
"platform": null,
"description": "Topsis Score and Rank Calculator\r\n\r\nI have created a Python package implementing Topsis(Technique for Order of Preference by Similarity to Ideal Solution) method used for multi-criteria decision analysis.\r\n\r\n\r\nyou 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.\r\n\r\n\r\n## Installation\r\n\r\n$ pip install TOPSIS-102017191==0.0.2\r\n\r\nIn the commandline, you can run it in the following ways -\r\n $ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>\r\n\r\nE.g for input data file as data.csv, command will be like\r\n $ python topsis.py data.csv \"1,1,1,1\" \"+,+,-,+\" output.csv\r\n\r\nThis will print all the output attribute values along with the Topsis Core and Rank column, in a tabular format\r\n\r\nLicense -> MIT\r\n\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (22/01/2023)\r\n------------------\r\n- First Release\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python package that helps you run TOPSIS (technique for order performance by similarity to ideal solution) for multi-criteria decision making",
"version": "0.0.2",
"split_keywords": [
"topsis",
"tiet",
"ucs654",
"thapar",
"implement topsis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9410da5dd290c373a528228a72719c21886662477640e573bbd225b97ff8e300",
"md5": "268fe167b81b963fc0732065384ab554",
"sha256": "d525f07a7f146bcd83f00827a8b945cdbe16aaf8473f37a3d564242cd85abe82"
},
"downloads": -1,
"filename": "Topsis_Saksham_102017191-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "268fe167b81b963fc0732065384ab554",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2842,
"upload_time": "2023-01-22T14:09:31",
"upload_time_iso_8601": "2023-01-22T14:09:31.891613Z",
"url": "https://files.pythonhosted.org/packages/94/10/da5dd290c373a528228a72719c21886662477640e573bbd225b97ff8e300/Topsis_Saksham_102017191-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7eb59ae0de28d91e3b73d5252ca46b71240bb9ad737d8a7aee07363d15a7d5e3",
"md5": "c6c4de410ba35dde795c0d81a777d600",
"sha256": "13158d8c429bf61a0de28dad69f76710e74f1d76e6655b69be62ab833bfe0322"
},
"downloads": -1,
"filename": "Topsis-Saksham-102017191-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "c6c4de410ba35dde795c0d81a777d600",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2956,
"upload_time": "2023-01-22T14:09:33",
"upload_time_iso_8601": "2023-01-22T14:09:33.695710Z",
"url": "https://files.pythonhosted.org/packages/7e/b5/9ae0de28d91e3b73d5252ca46b71240bb9ad737d8a7aee07363d15a7d5e3/Topsis-Saksham-102017191-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-22 14:09:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "sakshamsood3",
"github_project": "Topsis-Saksham-102017191",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "topsis-saksham-102017191"
}