{"id":15575718,"url":"https://github.com/virresh/python-packaging","last_synced_at":"2026-04-19T16:34:28.211Z","repository":{"id":122371001,"uuid":"134453904","full_name":"virresh/python-packaging","owner":"virresh","description":"A short tutorial on creating python packages that can be invoked from command line","archived":false,"fork":false,"pushed_at":"2018-05-22T21:46:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T08:28:01.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virresh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-22T17:50:09.000Z","updated_at":"2018-05-22T21:46:19.000Z","dependencies_parsed_at":"2024-06-07T09:31:41.176Z","dependency_job_id":null,"html_url":"https://github.com/virresh/python-packaging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fpython-packaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fpython-packaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fpython-packaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virresh%2Fpython-packaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virresh","download_url":"https://codeload.github.com/virresh/python-packaging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243238976,"owners_count":20259132,"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":[],"created_at":"2024-10-02T18:40:27.389Z","updated_at":"2025-12-26T16:56:09.550Z","avatar_url":"https://github.com/virresh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Package Tutorial : The BasicMath Package\n\nThis package will help you to install two modules and add command line for both\nof the modules.\n\nUsage:\nSample usage for adder\n```bash\n$ adder 1 2\n3\n```\n\nSample usage for multiplier\n```bash\nmultiplier 2 3\n```\n## Installation\n\nInstall this cool package by \n* From the git repository directly without cloning:\n```\npip install git+https://github.com/virresh/python-packaging.git\n```\n\n* Clone this repository and use the good old pip\n```\n$ git clone https://github.com/virresh/python-packaging\n$ cd python-packaging\n$ pip install .\n```\n\n## Uninstalling this package\n\n```\n$ pip uninstall BasicMath\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirresh%2Fpython-packaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirresh%2Fpython-packaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirresh%2Fpython-packaging/lists"}