TOPSIS-GIRIK


NameTOPSIS-GIRIK JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://www.github.com/girikgarg8
SummaryA Python package to find TOPSIS for multi-criteria decision analysis method
upload_time2023-01-17 17:20:49
maintainer
docs_urlNone
authorGirik Garg
requires_python
licenseMIT
keywords topsis ucs654 tiet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Topsis Value Calculator

TopsisCalc 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

Just provide the input attributes and it will gives the results 


## Installation

$ pip install TOPSIS-GIRIK==1.1.0

In the commandline, you can write as -
    $ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>

E.g for input data file as data.csv, command will be like
    $ python topsis.py data.csv "1,1,1,1" "+,+,-,+" output.csv

This will print all the output attribute values along with the Rank column, in a tabular format

License -> MIT

Change Log
==========

1.1.0 (17/01/2023)
------------------
- First Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/girikgarg8",
    "name": "TOPSIS-GIRIK",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topsis,UCS654,TIET",
    "author": "Girik Garg",
    "author_email": "girikgarg8@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f7/df/1615aa39f9e11b4af0158a21b3831f48c181e8fd6065192a9d9dd15c7d65/TOPSIS-GIRIK-1.1.0.tar.gz",
    "platform": null,
    "description": "Topsis Value Calculator\r\n\r\nTopsisCalc is a Python package implementing Topsis method, used for multi-criteria decision analysis.\r\n\r\nTOPSIS stands for Technique for Order of Preference by Similarity to Ideal Solution\r\n\r\nJust provide the input attributes and it will gives the results \r\n\r\n\r\n## Installation\r\n\r\n$ pip install TOPSIS-GIRIK==1.1.0\r\n\r\nIn the commandline, you can write as -\r\n    $ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>\r\n\r\nE.g for input data file as data.csv, command will be like\r\n    $ python topsis.py data.csv \"1,1,1,1\" \"+,+,-,+\" output.csv\r\n\r\nThis will print all the output attribute values along with the Rank column, in a tabular format\r\n\r\nLicense -> MIT\r\n\r\nChange Log\r\n==========\r\n\r\n1.1.0 (17/01/2023)\r\n------------------\r\n- First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to find TOPSIS for multi-criteria decision analysis method",
    "version": "1.1.0",
    "split_keywords": [
        "topsis",
        "ucs654",
        "tiet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7df1615aa39f9e11b4af0158a21b3831f48c181e8fd6065192a9d9dd15c7d65",
                "md5": "17443689608c92cb23e99dcdfcbe4f96",
                "sha256": "2105b8e40a98a7422f9275d7f14b8bb31910719460ff0eb844b10fc87819493b"
            },
            "downloads": -1,
            "filename": "TOPSIS-GIRIK-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "17443689608c92cb23e99dcdfcbe4f96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4203,
            "upload_time": "2023-01-17T17:20:49",
            "upload_time_iso_8601": "2023-01-17T17:20:49.434150Z",
            "url": "https://files.pythonhosted.org/packages/f7/df/1615aa39f9e11b4af0158a21b3831f48c181e8fd6065192a9d9dd15c7d65/TOPSIS-GIRIK-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 17:20:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "topsis-girik"
}
        
Elapsed time: 0.03071s