topsis-Pulkit-102103239


Nametopsis-Pulkit-102103239 JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryA Python package to find TOPSIS for MCDM (Multi-Criteria Decision Analysis Method)
upload_time2024-01-28 16:41:52
maintainer
docs_urlNone
authorPulkit Sanan
requires_python
licenseMIT
keywords topsis mcdm
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 Pulkit Sanan, 102103239, TIET, Patiala. 

## Installation
Use the package manager pip to install.
```pip install topsis_Pulkit_102103239```

## 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
```topsis_Pulkit_102103239 sample.csv "1,1,1,1" "-,+,+,+" 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 Pulkit Sanan

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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "topsis-Pulkit-102103239",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "TOPSIS,MCDM",
    "author": "Pulkit Sanan",
    "author_email": "pulkitsanan2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/8b/a05f343ee0717f44968f36f17e99e5c9798810fe1cda01df4e3a8f7e3c42/topsis_Pulkit_102103239-1.0.0.tar.gz",
    "platform": null,
    "description": "# Topsis\nTOPSIS( Technique for order for preference by similarity to Ideal solution ) for MCDM (Multiple criteria decision making) in Python compiled by Pulkit Sanan, 102103239, TIET, Patiala. \n\n## Installation\nUse the package manager pip to install.\n```pip install topsis_Pulkit_102103239```\n\n## Usage\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.\n\n```python [InputDataFile as .csv] [Weights as a string] [Impacts as a string] [ResultFileName as .csv]```\n\n### Example\n```topsis_Pulkit_102103239 sample.csv \"1,1,1,1\" \"-,+,+,+\" output.csv```\n\n## Please Note That\"\n\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.\nThe input data file MUST contain three or more columns.\nThe second to last columns of the data file MUST contain NUMERIC values.\nThe number of weights, impacts and columns (second to last) MUST be SAME.\nImpacts MUST either be '+' or '-'.\nImpacts and Weights MUST be separated by , (comma).\n\n## License\n\n\u00a9 2024 Pulkit Sanan\n\nThis reopsitory is licensed under MIT License. See LICENSE for details.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to find TOPSIS for MCDM (Multi-Criteria Decision Analysis Method)",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "topsis",
        "mcdm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63bff0304be3c782d177c7990024b57ba4d07d99da75e1222b8e840a302db84f",
                "md5": "cbcebc4b4e8344ed0a0ae54d91106ca0",
                "sha256": "69bb152576ed8ae9b6b14f77c106c93eeec8797e8e12c08ad62d7e3d6df8d6a7"
            },
            "downloads": -1,
            "filename": "topsis_Pulkit_102103239-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbcebc4b4e8344ed0a0ae54d91106ca0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3202,
            "upload_time": "2024-01-28T16:41:51",
            "upload_time_iso_8601": "2024-01-28T16:41:51.625142Z",
            "url": "https://files.pythonhosted.org/packages/63/bf/f0304be3c782d177c7990024b57ba4d07d99da75e1222b8e840a302db84f/topsis_Pulkit_102103239-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "248ba05f343ee0717f44968f36f17e99e5c9798810fe1cda01df4e3a8f7e3c42",
                "md5": "27ef7be30b54dbca582849857dfb677a",
                "sha256": "e27539c3457b2fd5594e802ecab4b41e069cc9da81d67a8fda3376f72dd53087"
            },
            "downloads": -1,
            "filename": "topsis_Pulkit_102103239-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27ef7be30b54dbca582849857dfb677a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2889,
            "upload_time": "2024-01-28T16:41:52",
            "upload_time_iso_8601": "2024-01-28T16:41:52.995731Z",
            "url": "https://files.pythonhosted.org/packages/24/8b/a05f343ee0717f44968f36f17e99e5c9798810fe1cda01df4e3a8f7e3c42/topsis_Pulkit_102103239-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 16:41:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-pulkit-102103239"
}
        
Elapsed time: 0.21017s