topsisnandini


Nametopsisnandini JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/nandinisetia/topsis
SummaryThis is a Python Package implementing TOPSIS
upload_time2023-01-21 18:26:47
maintainer
docs_urlNone
authorNandini Setia
requires_python
licenseMIT
keywords topsis mcda tiet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## Installation

Install the Package using the command -

```bash
   $ pip install topsis-nandini
```
    
```bash
    >>> import topsis-nandini as tp
    >>>df= [
       ['MobilePhone','RAM','Memory','DisplaySize','Battery']
        ['A',16,12,250,5]
        ['B',16,8,200,3]
        ['C',32,16,300,4]
        ['D',32,8,275,4]
        ['E',16,16,225,2]
        ]
    >>> w="1,1,1,1"
    >>> i="+,+,+,+"
    >>> tp.topsis(df,w,i)
```
You may use the Package via commandline as
```bash
   $ python [package name] [path of csv as string] [list of weights as string] [list of sign as string] [output csv filename as string]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nandinisetia/topsis",
    "name": "topsisnandini",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topsis,mcda,TIET",
    "author": "Nandini Setia",
    "author_email": "nandinisetia003@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/94/b4eb6a45eaebc4549235826cb4097834e8a826324f15f68c0e6aaccd88e1/topsisnandini-0.0.1.tar.gz",
    "platform": null,
    "description": "\r\n## Installation\r\n\r\nInstall the Package using the command -\r\n\r\n```bash\r\n   $ pip install topsis-nandini\r\n```\r\n    \r\n```bash\r\n    >>> import topsis-nandini as tp\r\n    >>>df= [\r\n       ['MobilePhone','RAM','Memory','DisplaySize','Battery']\r\n        ['A',16,12,250,5]\r\n        ['B',16,8,200,3]\r\n        ['C',32,16,300,4]\r\n        ['D',32,8,275,4]\r\n        ['E',16,16,225,2]\r\n        ]\r\n    >>> w=\"1,1,1,1\"\r\n    >>> i=\"+,+,+,+\"\r\n    >>> tp.topsis(df,w,i)\r\n```\r\nYou may use the Package via commandline as\r\n```bash\r\n   $ python [package name] [path of csv as string] [list of weights as string] [list of sign as string] [output csv filename as string]\r\n```\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": "f8a048cf2b6bfbef6e444aebe2c004a504d08272e44fd4ca6c8c939244d2cc34",
                "md5": "b179a4eb7288a7a1efc8f396ad6d8283",
                "sha256": "69a68e2297d9f16e74ae7c8f91ee7d7d62d6fc0c6a032661624a9726efe48edd"
            },
            "downloads": -1,
            "filename": "topsisnandini-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b179a4eb7288a7a1efc8f396ad6d8283",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2427,
            "upload_time": "2023-01-21T18:26:45",
            "upload_time_iso_8601": "2023-01-21T18:26:45.388650Z",
            "url": "https://files.pythonhosted.org/packages/f8/a0/48cf2b6bfbef6e444aebe2c004a504d08272e44fd4ca6c8c939244d2cc34/topsisnandini-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f394b4eb6a45eaebc4549235826cb4097834e8a826324f15f68c0e6aaccd88e1",
                "md5": "7cfcc40e7ba8310942fa219fe3535fc1",
                "sha256": "31ff1082df018e44a3a84cf55e1af3bbcb8d866129136525829bb8e40076d5a5"
            },
            "downloads": -1,
            "filename": "topsisnandini-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7cfcc40e7ba8310942fa219fe3535fc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2417,
            "upload_time": "2023-01-21T18:26:47",
            "upload_time_iso_8601": "2023-01-21T18:26:47.635369Z",
            "url": "https://files.pythonhosted.org/packages/f3/94/b4eb6a45eaebc4549235826cb4097834e8a826324f15f68c0e6aaccd88e1/topsisnandini-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-21 18:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nandinisetia",
    "github_project": "topsis",
    "lcname": "topsisnandini"
}
        
Elapsed time: 0.03071s