102116078-topsis-py


Name102116078-topsis-py JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryImplementation of Topsis in Python
upload_time2024-02-04 06:31:56
maintainer
docs_urlNone
authorDhruv
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Topsis-Py

Implementation of Topsis in Python by rno. 102116078

## Installation

```bash
pip install topsis-py
```
## Usage

```bash
topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>
```

Where
```
<InputDataFile>: Path to the input CSV file.

<Weights>: Comma-separated weights for each criterion.

<Impacts>: Comma-separated impacts ('+' for maximization, '-' for minimization).

<ResultFileName>: Name of the file to save the results.
```

# Example
```bash
python topsis input.csv '1,1,2,1' '+,+,-,+' results.csv
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "102116078-topsis-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dhruv",
    "author_email": "dkikan_be21@thapar.edu",
    "download_url": "https://files.pythonhosted.org/packages/0d/57/047c1e73b14efd0e4baaaf8478d6f5a9b3d1d076c5f1c2c884194e697696/102116078_topsis-py-0.2.0.tar.gz",
    "platform": null,
    "description": "# Topsis-Py\r\n\r\nImplementation of Topsis in Python by rno. 102116078\r\n\r\n## Installation\r\n\r\n```bash\r\npip install topsis-py\r\n```\r\n## Usage\r\n\r\n```bash\r\ntopsis <InputDataFile> <Weights> <Impacts> <ResultFileName>\r\n```\r\n\r\nWhere\r\n```\r\n<InputDataFile>: Path to the input CSV file.\r\n\r\n<Weights>: Comma-separated weights for each criterion.\r\n\r\n<Impacts>: Comma-separated impacts ('+' for maximization, '-' for minimization).\r\n\r\n<ResultFileName>: Name of the file to save the results.\r\n```\r\n\r\n# Example\r\n```bash\r\npython topsis input.csv '1,1,2,1' '+,+,-,+' results.csv\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Implementation of Topsis in Python",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5da7afceae52a7316004925cf3e64780f8234317c4af42191f0180d4046e488",
                "md5": "f29bd7f84ea2af74432da5bea04edde6",
                "sha256": "2c842eeb8a2fceb26afcc73f4131684af01c9b10c3bf87a58e1a1042b48b0642"
            },
            "downloads": -1,
            "filename": "102116078_topsis_py-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f29bd7f84ea2af74432da5bea04edde6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3465,
            "upload_time": "2024-02-04T06:31:53",
            "upload_time_iso_8601": "2024-02-04T06:31:53.497493Z",
            "url": "https://files.pythonhosted.org/packages/b5/da/7afceae52a7316004925cf3e64780f8234317c4af42191f0180d4046e488/102116078_topsis_py-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d57047c1e73b14efd0e4baaaf8478d6f5a9b3d1d076c5f1c2c884194e697696",
                "md5": "b2aa7d148c4b49ef32196cf333797a5c",
                "sha256": "a1aac1e1ecdfa708495271117b618f29969eb7bc4b4b56a64a38b8e0aed45ebb"
            },
            "downloads": -1,
            "filename": "102116078_topsis-py-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2aa7d148c4b49ef32196cf333797a5c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2889,
            "upload_time": "2024-02-04T06:31:56",
            "upload_time_iso_8601": "2024-02-04T06:31:56.764961Z",
            "url": "https://files.pythonhosted.org/packages/0d/57/047c1e73b14efd0e4baaaf8478d6f5a9b3d1d076c5f1c2c884194e697696/102116078_topsis-py-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 06:31:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "102116078-topsis-py"
}
        
Elapsed time: 0.24169s