Topsis-102017172-Mannat


NameTopsis-102017172-Mannat JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Mannat7/Topsis_102017172
SummaryTopsis score calculator
upload_time2023-01-23 15:00:15
maintainer
docs_urlNone
authorMannat
requires_python>=3.7
licenseMIT
keywords topsis rank topsis score
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Topsis_102017172_Mannat

Home-page: https://github.com/Mannat7/Topsis_102017172

Author: Mannat

Author-email: mannat7873@gmail.com

License: MIT

Description: Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. 
             TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.
        This is a package to find topsis score and rank of a dataframe with only numerical values.
        TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method.

Command Line Usage :
    >>python 102017172.py "data_102017172.csv" "1,1,1,2" "+,+,+,-" "result_102017172.csv"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mannat7/Topsis_102017172",
    "name": "Topsis-102017172-Mannat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "topsis,rank,topsis score",
    "author": "Mannat",
    "author_email": "Mannat <mannat7873@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7b/c1/5e31c99b7d115bbb5509ef0225b6e72f49e994a521290af680075c93f894/Topsis_102017172_Mannat-0.0.1.tar.gz",
    "platform": null,
    "description": "Topsis_102017172_Mannat\r\n\r\nHome-page: https://github.com/Mannat7/Topsis_102017172\r\n\r\nAuthor: Mannat\r\n\r\nAuthor-email: mannat7873@gmail.com\r\n\r\nLicense: MIT\r\n\r\nDescription: Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. \r\n             TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.\r\n        This is a package to find topsis score and rank of a dataframe with only numerical values.\r\n        TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method.\r\n\r\nCommand Line Usage :\r\n    >>python 102017172.py \"data_102017172.csv\" \"1,1,1,2\" \"+,+,+,-\" \"result_102017172.csv\"\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Topsis score calculator",
    "version": "0.0.1",
    "split_keywords": [
        "topsis",
        "rank",
        "topsis score"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12012c5f7ecdc858962bd8bcd741d3b7cd02fac06e08899eb2755c3611e58d5a",
                "md5": "d4ce75fbe604b7e3539679df3888f146",
                "sha256": "71aaaad003a43d4ffdca609631a5d7d91730955f1e20711e5efc76d480401b5f"
            },
            "downloads": -1,
            "filename": "Topsis_102017172_Mannat-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4ce75fbe604b7e3539679df3888f146",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4147,
            "upload_time": "2023-01-23T15:00:14",
            "upload_time_iso_8601": "2023-01-23T15:00:14.054668Z",
            "url": "https://files.pythonhosted.org/packages/12/01/2c5f7ecdc858962bd8bcd741d3b7cd02fac06e08899eb2755c3611e58d5a/Topsis_102017172_Mannat-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bc15e31c99b7d115bbb5509ef0225b6e72f49e994a521290af680075c93f894",
                "md5": "7dda8de9276c8d63720237bceb971a8f",
                "sha256": "b9ff6a26baa1f30654abb2a133b0224a32f661e110f4c9600eda0a032451a7fb"
            },
            "downloads": -1,
            "filename": "Topsis_102017172_Mannat-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7dda8de9276c8d63720237bceb971a8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3966,
            "upload_time": "2023-01-23T15:00:15",
            "upload_time_iso_8601": "2023-01-23T15:00:15.963463Z",
            "url": "https://files.pythonhosted.org/packages/7b/c1/5e31c99b7d115bbb5509ef0225b6e72f49e994a521290af680075c93f894/Topsis_102017172_Mannat-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 15:00:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Mannat7",
    "github_project": "Topsis_102017172",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "topsis-102017172-mannat"
}
        
Elapsed time: 0.03145s