{"id":17184823,"url":"https://github.com/liskin/gh-pipx","last_synced_at":"2025-04-11T05:42:45.298Z","repository":{"id":240406695,"uuid":"802547488","full_name":"liskin/gh-pipx","owner":"liskin","description":"GitHub Action that installs Python commands using pipx.","archived":false,"fork":false,"pushed_at":"2024-05-19T00:48:36.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T03:30:37.798Z","etag":null,"topics":["ci","continuous-integration","github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/gh-pipx","language":null,"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/liskin.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},"funding":{"github":["liskin"],"custom":["https://www.paypal.me/lisknisi/5EUR"]}},"created_at":"2024-05-18T15:50:48.000Z","updated_at":"2025-01-11T21:31:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"8dc552e2-7021-4756-81a7-980c9a96e393","html_url":"https://github.com/liskin/gh-pipx","commit_stats":null,"previous_names":["liskin/gh-pipx"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-pipx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-pipx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-pipx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-pipx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liskin","download_url":"https://codeload.github.com/liskin/gh-pipx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351447,"owners_count":21089270,"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":["ci","continuous-integration","github","github-actions"],"created_at":"2024-10-15T00:44:32.916Z","updated_at":"2025-04-11T05:42:45.279Z","avatar_url":"https://github.com/liskin.png","language":null,"funding_links":["https://github.com/sponsors/liskin","https://www.paypal.me/lisknisi/5EUR"],"categories":[],"sub_categories":[],"readme":"# GitHub Action: pipx\n\nGitHub Action that installs Python commands using [pipx](https://pipx.pypa.io/).\n\nEverything that pip(x) downloads is\n[cached](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows).\n\nThis action is a simpler (50-ish lines) alternative to\n[threeal/pipx-install-action](https://github.com/threeal/pipx-install-action),\nwith a slightly different caching behaviour:\n\n* pipx-install-action caches the installed pipx environments, but lets the\n  caches go stale—one needs to explicitly specify a package version to avoid\n  using a stale cache\n\n* gh-pipx (this one) caches only pip's cache, so the latest versions requested\n  are installed; the cache only speeds up downloads of pip metadata and wheels\n\n## Usage\n\n```yaml\njobs:\n  somejob:\n    steps:\n      # …\n      - uses: liskin/gh-pipx@v1\n        with:\n          packages: \u003e-\n            ruff\n            'isort[colors]'\n            'mypy \u003e= 1.0'\n      # …\n```\n\n### Parameters\n\n* `packages`\n    * Space-separated list of package specifications to install\n    * (Required)\n* `cache-date-format`\n    * Date format string used as cache key (new cache will be created whenever\n      the output date changes)\n    * (Default: `%Y-%m`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskin%2Fgh-pipx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliskin%2Fgh-pipx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskin%2Fgh-pipx/lists"}