topsisharsh102017133


Nametopsisharsh102017133 JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryThis is a Python Package implementing TOPSIS
upload_time2023-01-22 19:24:34
maintainer
docs_urlNone
authorHarsh garg
requires_python
licenseMIT
keywords topsis mcda tiet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Topsis Python Package

TopsisPy is a Python Package implementing Topsis method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.

TopsisPy intends to make the process of TOPSIS simple in python. Key features of the package are -

- Easy to use 
- Numpy based 
- Ideal for Students

## Installation

Install the Package using the command -

bash
   $ pip install topsisharsh102017133

    

You may use the Package via commandline as
```bash
   $ topsis [path of csv] [weights as string] [impacts as string] [path of result csv as string]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "topsisharsh102017133",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topsis,mcda,TIET",
    "author": "Harsh garg",
    "author_email": "hgarg_be20@thapar.edu",
    "download_url": "https://files.pythonhosted.org/packages/32/ac/e04db09688483538b6a4aa2fad842c00bfa45cd787ac45c8869e7f0301f4/topsisharsh102017133-0.0.1.tar.gz",
    "platform": null,
    "description": "## Topsis Python Package\r\n\r\nTopsisPy is a Python Package implementing Topsis method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.\r\n\r\nTopsisPy intends to make the process of TOPSIS simple in python. Key features of the package are -\r\n\r\n- Easy to use \r\n- Numpy based \r\n- Ideal for Students\r\n\r\n## Installation\r\n\r\nInstall the Package using the command -\r\n\r\nbash\r\n   $ pip install topsisharsh102017133\r\n\r\n    \r\n\r\nYou may use the Package via commandline as\r\n```bash\r\n   $ topsis [path of csv] [weights as string] [impacts as string] [path of result csv as string]\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a Python Package implementing TOPSIS",
    "version": "0.0.1",
    "split_keywords": [
        "topsis",
        "mcda",
        "tiet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32ace04db09688483538b6a4aa2fad842c00bfa45cd787ac45c8869e7f0301f4",
                "md5": "1b8afa51ffda7c2e5a5ea67728ef37eb",
                "sha256": "0c079ca408453635f74317f14dcb0bfc554abbdb90e05e3d57a21f7b4b676b0d"
            },
            "downloads": -1,
            "filename": "topsisharsh102017133-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1b8afa51ffda7c2e5a5ea67728ef37eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2594,
            "upload_time": "2023-01-22T19:24:34",
            "upload_time_iso_8601": "2023-01-22T19:24:34.186294Z",
            "url": "https://files.pythonhosted.org/packages/32/ac/e04db09688483538b6a4aa2fad842c00bfa45cd787ac45c8869e7f0301f4/topsisharsh102017133-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 19:24:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "topsisharsh102017133"
}
        
Elapsed time: 0.03278s