{"id":19778657,"url":"https://github.com/rongfengliang/click-cli-demo","last_synced_at":"2026-05-18T04:32:32.485Z","repository":{"id":57417855,"uuid":"182607264","full_name":"rongfengliang/click-cli-demo","owner":"rongfengliang","description":"click-cli-demo","archived":false,"fork":false,"pushed_at":"2019-04-22T05:38:33.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T13:58:57.607Z","etag":null,"topics":["cli","pip","python","venv"],"latest_commit_sha":null,"homepage":null,"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/rongfengliang.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}},"created_at":"2019-04-22T02:14:41.000Z","updated_at":"2023-02-15T23:19:45.000Z","dependencies_parsed_at":"2022-09-13T21:03:35.356Z","dependency_job_id":null,"html_url":"https://github.com/rongfengliang/click-cli-demo","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/rongfengliang%2Fclick-cli-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclick-cli-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclick-cli-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fclick-cli-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rongfengliang","download_url":"https://codeload.github.com/rongfengliang/click-cli-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241108797,"owners_count":19911039,"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":["cli","pip","python","venv"],"created_at":"2024-11-12T05:30:24.831Z","updated_at":"2025-10-06T05:04:20.976Z","avatar_url":"https://github.com/rongfengliang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple cli demo project\n\n\n## how to running\n\n* init venv\n\n```code\npython3 -m venv .\n```\n\n* install click pacakge\n\n* activate venv\n\n```code\nsource bin/activate\n```\n\n* install click pacakge\n\n```code\npip install click\n```\n\n* install with pip pacakge for test\n\n```code\npip install .\n```\n\n* test cli\n\n```code\ndalongcli --name dalong --count 3\n```\n\nresult\n\n```code\nHello, dalong!\nHello, dalong!\nHello, dalong!\n```\n\n## publish to test pypip\n\n\u003e use venv \n\n* install dep pacakges\n\n```code\npython -m pip install --user --upgrade setuptools wheel --no-warn-script-location\n```\n\n* build dist files\n\n```code\npython3 setup.py sdist\n```\n\n* push\n\n\u003e you may register one account from [website](https://test.pypi.org)\n\n```code\ninstall twine  for push:\n\npython3 -m pip install --user --upgrade twine\n\npush command:\ntwine upload --repository-url https://test.pypi.org/legacy/ dist/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fclick-cli-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frongfengliang%2Fclick-cli-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fclick-cli-demo/lists"}