Topsis-Aradhak-102103078


NameTopsis-Aradhak-102103078 JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryPython package for implementing TOPSIS technique.
upload_time2024-01-29 10:21:18
maintainer
docs_urlNone
authorAradhak Kandhari
requires_python>=3.6
license
keywords 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 Aradhak Kandhari, 102103078, TIET, Patiala.

## Installation

 Use the package manager pip to install topsis-3283. 
 ```
 pip install Topsis-Aradhak-102103078
  ```
## Example

 ```
 Topsis-Aradhak-102103078 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 Aradhak Kandhari

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



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Topsis-Aradhak-102103078",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Topsis",
    "author": "Aradhak Kandhari",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b8/39/7ae89db4e4682481eecd1b7411e7b20435f90b46171beab68e879fd0f882/Topsis_Aradhak_102103078-0.0.2.tar.gz",
    "platform": null,
    "description": "\n\n\n## Topsis\n\nTOPSIS( Technique for order for preference by similarity to Ideal solution ) for MCDM (Multiple criteria decision making) in Python compiled by Aradhak Kandhari, 102103078, TIET, Patiala.\n\n## Installation\n\n Use the package manager pip to install topsis-3283. \n ```\n pip install Topsis-Aradhak-102103078\n  ```\n## Example\n\n ```\n Topsis-Aradhak-102103078 sample.csv \"1,1,1,1\" \"-,+,+,+\" output.csv\n ```\n\n## Please Note That\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. 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).\n\n\n\n## License\n\u00c2\u00a9 2024 Aradhak Kandhari\n\nThis reopsitory is licensed under MIT License. See LICENSE for details.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python package for implementing TOPSIS technique.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "topsis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d35237ab0eef480f9588dd1e84d64f71c1ae3d20b93e52e0da8038eabb614b0",
                "md5": "f0e30201ad0b547e53e2fb3b2d32199b",
                "sha256": "038d7d94e70b4400bac0862eb7e37816e4e8b22d39adf1994e0a646fd23cf695"
            },
            "downloads": -1,
            "filename": "Topsis_Aradhak_102103078-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0e30201ad0b547e53e2fb3b2d32199b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2731,
            "upload_time": "2024-01-29T10:21:06",
            "upload_time_iso_8601": "2024-01-29T10:21:06.724817Z",
            "url": "https://files.pythonhosted.org/packages/3d/35/237ab0eef480f9588dd1e84d64f71c1ae3d20b93e52e0da8038eabb614b0/Topsis_Aradhak_102103078-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8397ae89db4e4682481eecd1b7411e7b20435f90b46171beab68e879fd0f882",
                "md5": "b362311f5232a40b4c61182d2b6c9fb2",
                "sha256": "f6f69c84b454c4e1e3e5b0fe9e424a988277e3731dd3875d1c71bdff9d50b1df"
            },
            "downloads": -1,
            "filename": "Topsis_Aradhak_102103078-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b362311f5232a40b4c61182d2b6c9fb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2544,
            "upload_time": "2024-01-29T10:21:18",
            "upload_time_iso_8601": "2024-01-29T10:21:18.020850Z",
            "url": "https://files.pythonhosted.org/packages/b8/39/7ae89db4e4682481eecd1b7411e7b20435f90b46171beab68e879fd0f882/Topsis_Aradhak_102103078-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 10:21:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "topsis-aradhak-102103078"
}
        
Elapsed time: 2.67136s