Topsis-AdityaVegesina-102017171


NameTopsis-AdityaVegesina-102017171 JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/Adityavegesina/topsis_adityavegesina_102017171_0.1
SummaryTOPSIS method for multi-criteria decision making
upload_time2023-01-22 17:50:49
maintainer
docs_urlNone
authorAditya Vegesina
requires_python
licenseMIT
keywords topsis 102017171 keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Topsis_AdityaVegesina_102017171
Topsis_AdityaVegesina_102017171 is a Python Package implementing Topsis.  It is method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.

## Installation
Install the Package using the command - 
```s
$ pip install Topsis_AdityaVegesina_102017171
```
## How to use:
This package can be used via the command line using the following command:

python -m Topsis_AdityaVegesina_102017171  input-file-path  weights-in-string-format  impacts-in-the-format-of + and -  output-file-path

## Example:
python -m  Topsis_AdityaVegesina_102017171.topsis102017171 "C:\Users\aditya\OneDrive\Desktop\102017171-data.csv" "1,1,1,1,1" "+,-,-,-,+" "C:\Users\aditya\OneDrive\Desktop\102017171-result.csv"


## License

MIT

**Free Software, Hell Yeah!**
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Adityavegesina/topsis_adityavegesina_102017171_0.1",
    "name": "Topsis-AdityaVegesina-102017171",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "TOPSIS,102017171,KEYWORDS",
    "author": "Aditya Vegesina",
    "author_email": "adityavegesina@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/6b/2314494f1bf09de59a524102a90539f3140daa8cd2eaae8a8c12f8284794/Topsis_AdityaVegesina_102017171-0.1.tar.gz",
    "platform": null,
    "description": "# Topsis_AdityaVegesina_102017171\nTopsis_AdityaVegesina_102017171 is a Python Package implementing Topsis.  It is method used for multi-criteria decision analysis. Topsis stands for 'Technique for Order of Preference by Similarity to Ideal Solution'.\n\n## Installation\nInstall the Package using the command - \n```s\n$ pip install Topsis_AdityaVegesina_102017171\n```\n## How to use:\nThis package can be used via the command line using the following command:\n\npython -m Topsis_AdityaVegesina_102017171  input-file-path  weights-in-string-format  impacts-in-the-format-of + and -  output-file-path\n\n## Example:\npython -m  Topsis_AdityaVegesina_102017171.topsis102017171 \"C:\\Users\\aditya\\OneDrive\\Desktop\\102017171-data.csv\" \"1,1,1,1,1\" \"+,-,-,-,+\" \"C:\\Users\\aditya\\OneDrive\\Desktop\\102017171-result.csv\"\n\n\n## License\n\nMIT\n\n**Free Software, Hell Yeah!**",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "TOPSIS method for multi-criteria decision making",
    "version": "0.1",
    "split_keywords": [
        "topsis",
        "102017171",
        "keywords"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd6b2314494f1bf09de59a524102a90539f3140daa8cd2eaae8a8c12f8284794",
                "md5": "fb2988cc30f61d2a0681bd0fcf5d7414",
                "sha256": "5b38af13da6a44d8ed1832a914ec37e05d7056f640c3126b6634a1d3e4e3a3cf"
            },
            "downloads": -1,
            "filename": "Topsis_AdityaVegesina_102017171-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fb2988cc30f61d2a0681bd0fcf5d7414",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3079,
            "upload_time": "2023-01-22T17:50:49",
            "upload_time_iso_8601": "2023-01-22T17:50:49.956200Z",
            "url": "https://files.pythonhosted.org/packages/dd/6b/2314494f1bf09de59a524102a90539f3140daa8cd2eaae8a8c12f8284794/Topsis_AdityaVegesina_102017171-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 17:50:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Adityavegesina",
    "github_project": "topsis_adityavegesina_102017171_0.1",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "topsis-adityavegesina-102017171"
}
        
Elapsed time: 0.03537s