topsis-yashas-102103726


Nametopsis-yashas-102103726 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Yashaskirnapure
SummaryThis is a Python Package implementing TOPSIS used for multi-criteria decision analysis method
upload_time2024-01-28 18:50:28
maintainer
docs_urlNone
authorYashas Kirnapure
requires_python
licenseMIT
keywords topsis mcda ucs654 tiet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # topsis-yashas-102103726
topsis-yashas-102103726 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).
## Installation
Use pip package manager to install topsis-yashas-102013726. 

        pip install topsis-yashas-102103726
## 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 the output csv file name. 

        topsis-yashas-102103726 sample.csv "1,1,1,1" "+,-,+,+ output.csv"

### Notes

* The first column and first row are removed by the library before processing, in attempt to remove indices and headers.
* Make sure the csv does not contain categorical values.

## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Yashaskirnapure",
    "name": "topsis-yashas-102103726",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topsis,mcda,UCS654,TIET",
    "author": "Yashas Kirnapure",
    "author_email": "yashas.kirnapure@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/83/82/1f45e0b6050e35686123bca16c1dcbe96d211ece708469d227640f05f491/topsis-yashas-102103726-0.0.1.tar.gz",
    "platform": null,
    "description": "# topsis-yashas-102103726\r\ntopsis-yashas-102103726 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).\r\n## Installation\r\nUse pip package manager to install topsis-yashas-102013726. \r\n\r\n        pip install topsis-yashas-102103726\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 the output csv file name. \r\n\r\n        topsis-yashas-102103726 sample.csv \"1,1,1,1\" \"+,-,+,+ output.csv\"\r\n\r\n### Notes\r\n\r\n* The first column and first row are removed by the library before processing, in attempt to remove indices and headers.\r\n* Make sure the csv does not contain categorical values.\r\n\r\n## License\r\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a Python Package implementing TOPSIS used for multi-criteria decision analysis method",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Yashaskirnapure"
    },
    "split_keywords": [
        "topsis",
        "mcda",
        "ucs654",
        "tiet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83821f45e0b6050e35686123bca16c1dcbe96d211ece708469d227640f05f491",
                "md5": "3d097b42f46edcc019affa87ec90b72a",
                "sha256": "565759e74a2bbe8888ae8e704c4e9f4f288928aa5e548c30acaadc76cfce18e6"
            },
            "downloads": -1,
            "filename": "topsis-yashas-102103726-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3d097b42f46edcc019affa87ec90b72a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3894,
            "upload_time": "2024-01-28T18:50:28",
            "upload_time_iso_8601": "2024-01-28T18:50:28.587192Z",
            "url": "https://files.pythonhosted.org/packages/83/82/1f45e0b6050e35686123bca16c1dcbe96d211ece708469d227640f05f491/topsis-yashas-102103726-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 18:50:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-yashas-102103726"
}
        
Elapsed time: 0.17464s