# Topsis implemented by Suddhasattwa Khan 102003687
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
## Functionality of the Package
- Outputs the result(topsis score) and ranking of items in output.csv file you will mention in terminal or command promt
- Inputs the file path of input csv file in terminal
## Example
```
#test.py
##
type:
from topsis_suddhasattwa_khan_102003687 import topsis
n=len(sys.argv)
inputFile= sys.argv[1]
weight=sys.argv[2]
impact=sys.argv[3]
outputFile=sys.argv[4]
# topsis(inputFile, weight, impact, outputFile)
```
## Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
```
pip install topsis_suddhasattwa_khan_102003687
```
## Run the following Script.
```
python setup.py <inputfile.csv> weight impact <outputfile.csv>
```
## Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Raw data
{
"_id": null,
"home_page": "",
"name": "Suddhasattwa-Khan-102003687",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "topsis_suddhasattwa_khan_102003687,topsis-suddhasattwa-102003687,topsis,Maths",
"author": "Suddhasattwa Khan",
"author_email": "",
"download_url": "",
"platform": null,
"description": "# Topsis implemented by Suddhasattwa Khan 102003687\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) \n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)\n\n## Functionality of the Package\n\n- Outputs the result(topsis score) and ranking of items in output.csv file you will mention in terminal or command promt\n- Inputs the file path of input csv file in terminal\n\n## Example\n\n```\n#test.py\n##\ntype:\nfrom topsis_suddhasattwa_khan_102003687 import topsis\nn=len(sys.argv)\ninputFile= sys.argv[1]\nweight=sys.argv[2]\nimpact=sys.argv[3]\noutputFile=sys.argv[4]\n# topsis(inputFile, weight, impact, outputFile)\n```\n\n## Usage\n\n- Make sure you have Python installed in your system.\n- Run Following command in the CMD.\n\n```\n pip install topsis_suddhasattwa_khan_102003687\n```\n\n## Run the following Script.\n\n```\n python setup.py <inputfile.csv> weight impact <outputfile.csv>\n```\n\n## Note\n\n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A python package to implement topsis",
"version": "0.0.1",
"split_keywords": [
"topsis_suddhasattwa_khan_102003687",
"topsis-suddhasattwa-102003687",
"topsis",
"maths"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e07fc0b1ed22a57df0e56ab713745d062fb42b5c8b88e4a16d7bda9796591d57",
"md5": "21b739e38304e50eb8cd2a106d0540a5",
"sha256": "689da3796b8c4c7bcc4f73b764d1019a566f0e8bd3cd62cdca7b2aa17a8e78fc"
},
"downloads": -1,
"filename": "Suddhasattwa_Khan_102003687-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "21b739e38304e50eb8cd2a106d0540a5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2771,
"upload_time": "2023-01-21T12:40:03",
"upload_time_iso_8601": "2023-01-21T12:40:03.517785Z",
"url": "https://files.pythonhosted.org/packages/e0/7f/c0b1ed22a57df0e56ab713745d062fb42b5c8b88e4a16d7bda9796591d57/Suddhasattwa_Khan_102003687-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-21 12:40:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "suddhasattwa-khan-102003687"
}