topsis-Suddhasattwa-Khan-102003687


Nametopsis-Suddhasattwa-Khan-102003687 JSON
Version 0.0.0 PyPI version JSON
download
home_page
SummaryA python package to implement topsis
upload_time2023-01-21 12:48:01
maintainer
docs_urlNone
authorSuddhasattwa Khan
requires_python>=3.6
license
keywords topsis_suddhasattwa_khan_102003687 topsis-suddhasattwa-102003687 topsis maths
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "topsis-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.0",
    "split_keywords": [
        "topsis_suddhasattwa_khan_102003687",
        "topsis-suddhasattwa-102003687",
        "topsis",
        "maths"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1a652914647946d75fc4c9dc498c923baf15a8e706fa77c8bf37ff9b95ad5bb",
                "md5": "8540dcaa36b3f17c10a55a6795876fb8",
                "sha256": "b84a0a620bae09a41c509c2a2265cfe321d10ccbf3c5d502d908f7b3af8fed84"
            },
            "downloads": -1,
            "filename": "topsis_Suddhasattwa_Khan_102003687-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8540dcaa36b3f17c10a55a6795876fb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2850,
            "upload_time": "2023-01-21T12:48:01",
            "upload_time_iso_8601": "2023-01-21T12:48:01.427643Z",
            "url": "https://files.pythonhosted.org/packages/e1/a6/52914647946d75fc4c9dc498c923baf15a8e706fa77c8bf37ff9b95ad5bb/topsis_Suddhasattwa_Khan_102003687-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-21 12:48:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "topsis-suddhasattwa-khan-102003687"
}
        
Elapsed time: 0.02850s