{"id":17984124,"url":"https://github.com/shadowmoose/gha-compare-pypi","last_synced_at":"2025-04-04T02:14:26.202Z","repository":{"id":39908922,"uuid":"232509481","full_name":"shadowmoose/GHA-Compare-PyPi","owner":"shadowmoose","description":"Compare the latest release artifacts against PyPi package releases.","archived":false,"fork":false,"pushed_at":"2022-12-10T14:18:49.000Z","size":2189,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T18:31:26.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/shadowmoose.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}},"created_at":"2020-01-08T07:55:28.000Z","updated_at":"2021-05-11T01:30:48.000Z","dependencies_parsed_at":"2023-01-04T14:15:36.571Z","dependency_job_id":null,"html_url":"https://github.com/shadowmoose/GHA-Compare-PyPi","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.19999999999999996","last_synced_commit":"baece261696d2410727807fff705be02e101d661"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowmoose%2FGHA-Compare-PyPi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowmoose%2FGHA-Compare-PyPi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowmoose%2FGHA-Compare-PyPi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowmoose%2FGHA-Compare-PyPi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowmoose","download_url":"https://codeload.github.com/shadowmoose/GHA-Compare-PyPi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107827,"owners_count":20884797,"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-29T18:19:33.266Z","updated_at":"2025-04-04T02:14:26.186Z","avatar_url":"https://github.com/shadowmoose.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GHA-Compare-PyPi\n\nGitHub Action to compare a given Artifact (from the latest release) against a list of PyPi packages.\n\nOutputs data to determine if an update (for frozen artifacts) is prudent.\n\n## Example use with inputs:\n```yml\n  - name: Check package release dates against the latest given asset release date.\n    uses: shadowmoose/GHA-Compare-PyPi@1.0.0\n    id: test\n    with:\n      token: ${{ secrets.GITHUB_TOKEN }}\n      repo: RedditDownloader  # Optional. Defaults to current repo.\n      owner: ShadowMoose  # Optional. Defaults to current user.\n      asset: test.exe\n      files: ./requirements.txt, ./requirements-dev.txt\n      packages: pyderman, requests, praw  # Optional, either use this list OR \"files\" above.\n```\n\n\nThen, later, you may use the [outputs](./action.yml) like this:\n\n```yml\n  - name: Print the output\n    run: |\n      echo \"Latest tag: ${{ steps.test.outputs.release_tag }}\";\n      echo \"Update Available: ${{ steps.test.outputs.update_available }}\";\n      echo \"Updated packages: ${{ steps.test.outputs.updated_packages }}\";\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowmoose%2Fgha-compare-pypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowmoose%2Fgha-compare-pypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowmoose%2Fgha-compare-pypi/lists"}