Topsis Score and Rank calculator
'TOPSIS-Samarjeet-102183052' is a Python package implementing Multi-criteria decision making (MCDM) using Topsis. Topsis stands for Technique for Order of Preference by Similarity to Ideal Solution.
Just provide your input attributes and it will give you the results
## Installation
$ pip install TOPSIS-Samarjeet-102183052==0.1
In the commandline, you can write as -
$ python <program.py> <InputDataFile> <Weights> <Impacts> <ResultFileName>
E.g for input data file as data.csv, command will be like
$ python topsis.py input.csv "1,1,1,2" "+,+,-,+" output.csv
This will print all the output attribute values along with the Rank column, in a tabular format
License -> MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/Samar3007",
"name": "TOPSIS-Samarjeet-102183052",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "topsis,Samarjeet,102183052",
"author": "Samarjeet Baliyan",
"author_email": "jeetbaliyan.2002@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/31/0f/f239bb0f48bb041d270c8fb0d5fdae348b21a5a617ffc7ec74a39186dc7c/TOPSIS-Samarjeet-102183052-0.2.tar.gz",
"platform": null,
"description": "Topsis Score and Rank calculator\n\n'TOPSIS-Samarjeet-102183052' is a Python package implementing Multi-criteria decision making (MCDM) using Topsis. Topsis stands for Technique for Order of Preference by Similarity to Ideal Solution. \nJust provide your input attributes and it will give you the results\n\n\n## Installation\n\n$ pip install TOPSIS-Samarjeet-102183052==0.1\n\nIn the commandline, you can write as -\n $ python <program.py> <InputDataFile> <Weights> <Impacts> <ResultFileName>\n\nE.g for input data file as data.csv, command will be like\n $ python topsis.py input.csv \"1,1,1,2\" \"+,+,-,+\" output.csv\n\nThis will print all the output attribute values along with the Rank column, in a tabular format\n\nLicense -> MIT",
"bugtrack_url": null,
"license": "MIT",
"summary": "Topsis Value Calculator- 'TOPSIS-Samarjeet-102183052' is a Python package implementing Multi-criteria decision making (MCDM) using Topsis.",
"version": "0.2",
"split_keywords": [
"topsis",
"samarjeet",
"102183052"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "310ff239bb0f48bb041d270c8fb0d5fdae348b21a5a617ffc7ec74a39186dc7c",
"md5": "6dfcae05fb5d59e5239ab8bd963f61cb",
"sha256": "b2969fe947859343f2fe1e9d07b7fc0725a2de38fb7c66aedf6f17e49a4056b9"
},
"downloads": -1,
"filename": "TOPSIS-Samarjeet-102183052-0.2.tar.gz",
"has_sig": false,
"md5_digest": "6dfcae05fb5d59e5239ab8bd963f61cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4564,
"upload_time": "2023-01-20T22:22:56",
"upload_time_iso_8601": "2023-01-20T22:22:56.420704Z",
"url": "https://files.pythonhosted.org/packages/31/0f/f239bb0f48bb041d270c8fb0d5fdae348b21a5a617ffc7ec74a39186dc7c/TOPSIS-Samarjeet-102183052-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-20 22:22:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "topsis-samarjeet-102183052"
}