{"id":20741812,"url":"https://github.com/copperlight/pycli-example","last_synced_at":"2026-04-27T04:32:31.542Z","repository":{"id":90852157,"uuid":"412568583","full_name":"copperlight/pycli-example","owner":"copperlight","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-04T03:24:25.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T16:44:30.572Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copperlight.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-10-01T17:57:30.000Z","updated_at":"2021-10-05T16:51:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd48b528-0df4-4ed7-be8b-6a22ebb9e7e9","html_url":"https://github.com/copperlight/pycli-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copperlight/pycli-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperlight%2Fpycli-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperlight%2Fpycli-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperlight%2Fpycli-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperlight%2Fpycli-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copperlight","download_url":"https://codeload.github.com/copperlight/pycli-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperlight%2Fpycli-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32323213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-17T06:43:06.717Z","updated_at":"2026-04-27T04:32:31.527Z","avatar_url":"https://github.com/copperlight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Snapshot](https://github.com/copperlight/pycli-example/actions/workflows/snapshot.yml/badge.svg)](https://github.com/copperlight/pycli-example/actions/workflows/snapshot.yml) [![Release](https://github.com/copperlight/pycli-example/actions/workflows/release.yml/badge.svg)](https://github.com/copperlight/pycli-example/actions/workflows/release.yml)\n\n## Introduction\n\nThis project provides a minimal example of CLI application packaging for Python.\n\n## Installation\n\nThis package supports Python \u003e= 3.6.\n\nInstall:\n\n```\npip3 install git+https://github.com/copperlight/pycli-example.git\n```\n\nUpgrade:\n\n```\npip3 install --upgrade git+https://github.com/copperlight/pycli-example.git\n```\n\n## Local Development\n\nSetup and activate a virtualenv, for local development:\n\n```shell\n./setup-venv.sh\nsource venv/bin/activate\n```\n\nRun tests locally:\n\n```\npytest\n```\n\nRun the latest version locally, so you can skip installing the package and cycle faster: \n\n```\npython3 ./pycli_example/cmd.py -h\n```\n\nInstall the CLI app in the virtualenv, so you can run it as a user would:\n\n```shell\npython3 setup.py install\npycli-example -h\npycli-example -n Frasier\n```\n\n## Release Process\n\n* Make some changes.\n* Bump the version in [setup.py](./setup.py), maybe following [Semantic Versioning](https://semver.org/).\n* Update the [CHANGELOG.md](./CHANGELOG.md).\n* Push the changes.\n* Upgrade the package on user systems.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopperlight%2Fpycli-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopperlight%2Fpycli-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopperlight%2Fpycli-example/lists"}