Topsis-Abhilash-102053017


NameTopsis-Abhilash-102053017 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/abhi-1407
SummaryA Python package to find TOPSIS for multi-criteria decision analysis method
upload_time2023-01-22 16:41:17
maintainer
docs_urlNone
authorAbhilash Jena
requires_python
licenseMIT
keywords topsis multicriteria
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #Topsis-Abhilash-102053017
## Topsis Package



This package lets user enter an input file and then generated an output into a corresponding output file wherein the items are given a rank on the basis of weight and impact entered by the user

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

## Features
-checks for input and output file errors

## Installation

Install the dependencies and devDependencies and start the server.

```sh
$ pip install Topsis-Abhilash-102053017

$ 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:
$ 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
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/abhi-1407",
    "name": "Topsis-Abhilash-102053017",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topsis,Multicriteria",
    "author": "Abhilash Jena",
    "author_email": "abhilashj02@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/c2/acc7e38dfd3bc6c554e6fdd91f494ffea44b01071dd364e6c18ad77f49f9/Topsis-Abhilash-102053017-0.0.1.tar.gz",
    "platform": null,
    "description": "#Topsis-Abhilash-102053017\n## Topsis Package\n\n\n\nThis package lets user enter an input file and then generated an output into a corresponding output file wherein the items are given a rank on the basis of weight and impact entered by the user\n\nUsed for multi-criteria decision analysis.\n\nTOPSIS stands for Technique for Order of Preference by Similarity to Ideal Solution\n\nJust provide the input attributes and it will gives the results\n\n## Features\n-checks for input and output file errors\n\n## Installation\n\nInstall the dependencies and devDependencies and start the server.\n\n```sh\n$ pip install Topsis-Abhilash-102053017\n\n$ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>\n\nE.g for input data file as data.csv:\n$ python topsis.py data.csv \"1,1,1,1\" \"+,+,-,+\" output.csv\n\nThis will print all the output attribute values along with the rank column, in a tabular format\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to find TOPSIS for multi-criteria decision analysis method",
    "version": "0.0.1",
    "split_keywords": [
        "topsis",
        "multicriteria"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fc2acc7e38dfd3bc6c554e6fdd91f494ffea44b01071dd364e6c18ad77f49f9",
                "md5": "980cc5fd367ddaec3830f52fbe63f8d8",
                "sha256": "c3e662bd507941a90e7315dc625c9c52f183776a15e138a124f27bd96e78be36"
            },
            "downloads": -1,
            "filename": "Topsis-Abhilash-102053017-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "980cc5fd367ddaec3830f52fbe63f8d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2041,
            "upload_time": "2023-01-22T16:41:17",
            "upload_time_iso_8601": "2023-01-22T16:41:17.684785Z",
            "url": "https://files.pythonhosted.org/packages/5f/c2/acc7e38dfd3bc6c554e6fdd91f494ffea44b01071dd364e6c18ad77f49f9/Topsis-Abhilash-102053017-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 16:41:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "topsis-abhilash-102053017"
}
        
Elapsed time: 0.03145s