{"id":23412758,"url":"https://github.com/bitbynik/topsis_pack","last_synced_at":"2025-04-09T04:11:17.909Z","repository":{"id":266837250,"uuid":"899533033","full_name":"BitByNIK/topsis_pack","owner":"BitByNIK","description":"UCS633 Project-1","archived":false,"fork":false,"pushed_at":"2024-12-06T13:15:42.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T22:31:49.408Z","etag":null,"topics":["data-analysis-and-visualization","tiet","topsis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitByNIK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-06T13:14:58.000Z","updated_at":"2024-12-06T13:16:15.000Z","dependencies_parsed_at":"2024-12-06T13:49:09.637Z","dependency_job_id":null,"html_url":"https://github.com/BitByNIK/topsis_pack","commit_stats":null,"previous_names":["bitbynik/topsis_pack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Ftopsis_pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Ftopsis_pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Ftopsis_pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Ftopsis_pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitByNIK","download_url":"https://codeload.github.com/BitByNIK/topsis_pack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974731,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis-and-visualization","tiet","topsis"],"created_at":"2024-12-22T18:18:23.107Z","updated_at":"2025-04-09T04:11:17.888Z","avatar_url":"https://github.com/BitByNIK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A library capable of implementing TOPSIS\n\n```\nPROJECT 1, UCS633 - Data Analysis and Visualization\nNikhil Gupta  \nCOE17\nRoll number: 101703371\n```\nOutput is the best allternative out of list of all allternatives. Other ranks are streamed to the csv file.\n\n`Best Attribute: Mobile 3`\n\n## Installation\n`pip install topsispack_NG`\n\n*Note the name has an underscore not a hyphen. If installation gives error or package is not found after installing, install as sudo.*\n\n*Recommended - test it out in a virtual environment.* \n\n## To use via command line\n`Topcli myData.csv \"1,1,1,1\" \"-,+,+,+\"`\n\nFirst argument after nikcli is the location of the .csv file. The weights and impacts should be passed as strings in double quotes with each weight or impact separated by a comma (',').\n\n## To use in .py script\n```\nfrom toplib.models import topsis\ntopsis(['myData.csv',\"1,1,1,1\",\"-,+,+,+\"])\n```\n\nThe argument passed should be a list.\n\n*Can email me for any issues or suggestions*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbynik%2Ftopsis_pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbynik%2Ftopsis_pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbynik%2Ftopsis_pack/lists"}