Topsis-Rijul-102103399


NameTopsis-Rijul-102103399 JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryAutomatic topsis for decision making
upload_time2024-01-21 17:53:49
maintainer
docs_urlNone
authorRijul
requires_python>=3.6
license
keywords command-line topsis-python topsis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Topsis
TOPSIS( Technique for order for preference by similarity to Ideal solution ) for MCDM (Multiple criteria decision making) in Python compiled by Rijul, 102103399, TIET, Patiala. 

## Installation
Use the package manager pip to install topsis_rijul_102103399.
pip install topsis_rijul_102103399

## Usage
Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-) and enter the output file name followed by .csv extension.

python [InputDataFile as .csv] [Weights as a string] [Impacts as a string] [ResultFileName as .csv]

### Example
python input.csv "1,2,1,0.5" "+,-,-,+" output.csv

## Please Note That"

The first column and first row are removed by the library before processing, in attempt to remove indices and headers. So the csv MUST follow the format as shown in sample.csv shown in the Example section.
The input data file MUST contain three or more columns.
The second to last columns of the data file MUST contain NUMERIC values.
The number of weights, impacts and columns (second to last) MUST be SAME.
Impacts MUST either be '+' or '-'.
Impacts and Weights MUST be separated by , (comma).

## License

© 2024 Rijul Jain

This reopsitory is licensed under MIT License. See LICENSE for details.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Topsis-Rijul-102103399",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "command-line,topsis-python,TOPSIS",
    "author": "Rijul",
    "author_email": "rjain_be21@thapar.edu",
    "download_url": "https://files.pythonhosted.org/packages/93/b6/8bcec65fbe47ddb0b7580770a134bc41fdf6e19922ad2608f5237efea778/Topsis_Rijul_102103399-1.2.0.tar.gz",
    "platform": null,
    "description": "# Topsis\r\nTOPSIS( Technique for order for preference by similarity to Ideal solution ) for MCDM (Multiple criteria decision making) in Python compiled by Rijul, 102103399, TIET, Patiala. \r\n\r\n## Installation\r\nUse the package manager pip to install topsis_rijul_102103399.\r\npip install topsis_rijul_102103399\r\n\r\n## Usage\r\nEnter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-) and enter the output file name followed by .csv extension.\r\n\r\npython [InputDataFile as .csv] [Weights as a string] [Impacts as a string] [ResultFileName as .csv]\r\n\r\n### Example\r\npython input.csv \"1,2,1,0.5\" \"+,-,-,+\" output.csv\r\n\r\n## Please Note That\"\r\n\r\nThe first column and first row are removed by the library before processing, in attempt to remove indices and headers. So the csv MUST follow the format as shown in sample.csv shown in the Example section.\r\nThe input data file MUST contain three or more columns.\r\nThe second to last columns of the data file MUST contain NUMERIC values.\r\nThe number of weights, impacts and columns (second to last) MUST be SAME.\r\nImpacts MUST either be '+' or '-'.\r\nImpacts and Weights MUST be separated by , (comma).\r\n\r\n## License\r\n\r\n\u00c2\u00a9 2024 Rijul Jain\r\n\r\nThis reopsitory is licensed under MIT License. See LICENSE for details.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Automatic topsis for decision making",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [
        "command-line",
        "topsis-python",
        "topsis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93b68bcec65fbe47ddb0b7580770a134bc41fdf6e19922ad2608f5237efea778",
                "md5": "8eb87ff287f2129745b0c9f7d05acccb",
                "sha256": "773fd81a61f02c5546c7e6dd21b2599680409b16e4d3712699d0c0ba56a6dd79"
            },
            "downloads": -1,
            "filename": "Topsis_Rijul_102103399-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8eb87ff287f2129745b0c9f7d05acccb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3739,
            "upload_time": "2024-01-21T17:53:49",
            "upload_time_iso_8601": "2024-01-21T17:53:49.135194Z",
            "url": "https://files.pythonhosted.org/packages/93/b6/8bcec65fbe47ddb0b7580770a134bc41fdf6e19922ad2608f5237efea778/Topsis_Rijul_102103399-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-21 17:53:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-rijul-102103399"
}
        
Elapsed time: 0.23653s