Topsis-samanvay-102103315


NameTopsis-samanvay-102103315 JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summarytopsis package for decision making
upload_time2024-01-23 17:00:51
maintainer
docs_urlNone
authorsamanvay
requires_python
license
keywords python video stream video stream camera stream sockets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Topsis

TOPSIS is based on the fundamental premise that the best solution has the shortest distance from the positive-ideal solution, and the longest distance from the negative-ideal one. Alternatives are ranked with the use of an overall index calculated based on the distances from the ideal solutions.

It takes 4 arguments :
1.Data.csv file
2.Weights
3.Impacts
4.Result file

Returns file with Topsis Score and Rank

## How to use it?

Open terminal and type pip install Topsis-samanvay-102103315

To get started quickly, just use the following:

from topis_pckg.topsis import topsis
topsis('inputfilename','Weights','Impacts','Outputfilename')
make ensure the weights and impacts should be in ""

eg: "1,1,1,1,1" and "+,-,+,-,+"

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Topsis-samanvay-102103315",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,video,stream,video stream,camera stream,sockets",
    "author": "samanvay",
    "author_email": "=ssrivastava_be21@thapar.edu",
    "download_url": "https://files.pythonhosted.org/packages/b6/29/a082fb4ca1635c81e9d8a59c1226426eec3b55d8d393275a035c16e59679/Topsis_samanvay_102103315-0.0.1.tar.gz",
    "platform": null,
    "description": "# Topsis\r\n\r\nTOPSIS is based on the fundamental premise that the best solution has the shortest distance from the positive-ideal solution, and the longest distance from the negative-ideal one. Alternatives are ranked with the use of an overall index calculated based on the distances from the ideal solutions.\r\n\r\nIt takes 4 arguments :\r\n1.Data.csv file\r\n2.Weights\r\n3.Impacts\r\n4.Result file\r\n\r\nReturns file with Topsis Score and Rank\r\n\r\n## How to use it?\r\n\r\nOpen terminal and type pip install Topsis-samanvay-102103315\r\n\r\nTo get started quickly, just use the following:\r\n\r\nfrom topis_pckg.topsis import topsis\r\ntopsis('inputfilename','Weights','Impacts','Outputfilename')\r\nmake ensure the weights and impacts should be in \"\"\r\n\r\neg: \"1,1,1,1,1\" and \"+,-,+,-,+\"\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "topsis package for decision making",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "video",
        "stream",
        "video stream",
        "camera stream",
        "sockets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a02b64684795ca88ea72af60bcbcc16835e226846f13f56ad0b9484aa0edf4f",
                "md5": "6c610cf48e64f863efefc7a3e0519d07",
                "sha256": "e9ec61a58ccca93049aca3aef5a5bccc7a589e60b8dbb0a663f12ff0a7fb9b77"
            },
            "downloads": -1,
            "filename": "Topsis_samanvay_102103315-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c610cf48e64f863efefc7a3e0519d07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2819,
            "upload_time": "2024-01-23T17:00:48",
            "upload_time_iso_8601": "2024-01-23T17:00:48.603570Z",
            "url": "https://files.pythonhosted.org/packages/6a/02/b64684795ca88ea72af60bcbcc16835e226846f13f56ad0b9484aa0edf4f/Topsis_samanvay_102103315-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b629a082fb4ca1635c81e9d8a59c1226426eec3b55d8d393275a035c16e59679",
                "md5": "cbb52685d6948e2cf89fd83009f73e98",
                "sha256": "161861a2ceed59a99fd8fcc8872584fc63184810dedd12658d5b81c086835abc"
            },
            "downloads": -1,
            "filename": "Topsis_samanvay_102103315-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cbb52685d6948e2cf89fd83009f73e98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2621,
            "upload_time": "2024-01-23T17:00:51",
            "upload_time_iso_8601": "2024-01-23T17:00:51.154752Z",
            "url": "https://files.pythonhosted.org/packages/b6/29/a082fb4ca1635c81e9d8a59c1226426eec3b55d8d393275a035c16e59679/Topsis_samanvay_102103315-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 17:00:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-samanvay-102103315"
}
        
Elapsed time: 0.19183s