{"id":5915441,"name":"multi-py/action-python-versionator","ecosystem":"actions","description":"Autoupdate the python package versions in your Github action matrix.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/multi-py/action-python-versionator","keywords_array":["github-action","templates","workflow"],"namespace":"multi-py","versions_count":47,"first_release_published_at":"2021-10-25T21:59:46.000Z","latest_release_published_at":"2025-10-11T15:34:03.000Z","latest_release_number":"v1.14.0","last_synced_at":"2026-04-22T01:47:27.120Z","created_at":"2023-01-21T00:12:51.655Z","updated_at":"2026-04-22T01:47:27.120Z","registry_url":"https://github.com/multi-py/action-python-versionator","install_command":null,"documentation_url":null,"metadata":{"name":"Python Versionator","description":"Autoupdate the python package versions in your Github action matrix.","inputs":{"action_path":{"description":"The path to the action file to update.","required":true},"package":{"description":"The python package whose version is being tracked.","required":true},"readme_path":{"description":"The path to the README file to update.","required":true,"default":"${{ github.workspace }}/README.md"},"template_directory":{"description":"The path to the README template.","required":true,"default":""},"repository":{"description":"The repository, for updating the readme.","required":true,"default":"${{ github.repository }}"},"organization":{"description":"The organization, for updating the readme.","required":true,"default":"${{ github.repository_owner }}"},"git_name":{"description":"The name to use as the author of the commit.","required":true,"default":"${{ github.repository_owner }}"},"git_email":{"description":"The email to use for the author of the commit.","required":true,"default":"python-versionator@tedivm.com"},"max_versions":{"description":"The maximum number of versions (from most current back) to inject into the action.","required":true,"default":"5"},"exclude_versions":{"description":"A comma separated list of versions to exclude.","required":true,"default":""},"skip_readme":{"description":"When set to true the readme fill will not be generated.","required":true,"default":"false"},"include_prereleases":{"description":"If set to true prereleases (alpha, beta, rc) will also be built.","required":true,"default":"false"},"update_python":{"description":"When enabled python versions will also be updated.","required":true,"default":"true"}},"runs":{"using":"composite","steps":[{"uses":"actions/setup-python@v5"},{"name":"Update Package Versions","shell":"bash","run":"bash ${{ github.action_path }}/scripts/update_packages.sh \"${{ inputs.package }}\" \"${{ inputs.action_path }}\"","env":{"MAX_VERSIONS":"${{ inputs.max_versions }}","INCLUDE_PRERELEASE":"${{ inputs.include_prereleases }}","EXCLUDE_VERSIONS":"${{ inputs.exclude_versions }}"}},{"name":"Update Python Versions","shell":"bash","run":"if [ \"${{inputs.update_python}}\" == \"true\" ]; \\\nthen sed -i 's/python_versions:.*/python_versions: [\\\"3.10\\\", \\\"3.11\\\", \\\"3.12\\\", \\\"3.13\\\", \\\"3.14\\\"] /' \"${{ inputs.action_path }}\"; \\\nelse echo \"Skipping python version update\"; fi\n"},{"name":"Install Jinja2","shell":"bash","run":"python -m pip install jinja2 pyyaml"},{"name":"Install github-markdown-toc","shell":"bash","run":"curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o ${{ github.action_path }}/scripts/gh-md-toc\nchmod a+x ${{ github.action_path }}/scripts/gh-md-toc\n"},{"name":"Update README.md","shell":"bash","run":"bash ${{ github.action_path }}/scripts/update_readme.sh \"${{ inputs.readme_path }}\"","env":{"TEMPLATE_DIRECTORY":"${{ inputs.template_directory }}","PACKAGE":"${{ inputs.package }}","PROJECT_NAME":"${{ inputs.package }}","PYTHON_VERSIONS":"3.8 3.9 3.10 3.11 3.12","MAX_VERSIONS":"${{ inputs.max_versions }}","ORGANIZATION":"${{ inputs.organization }}","REPOSITORY":"${{ inputs.repository }}","REPOSITORY_SHORT":"${{ github.event.repository.name }}","INCLUDE_PRERELEASE":"${{ inputs.include_prereleases }}","BUILDER_WORKFLOW_PATH":"${{ inputs.action_path }}","EXCLUDE_VERSIONS":"${{ inputs.exclude_versions }}","SKIP_README":"${{ inputs.skip_readme }}"}},{"name":"Push","shell":"bash","run":"bash ${{ github.action_path }}/scripts/push.sh","env":{"GIT_USER":"${{ inputs.git_name }}","GIT_EMAIL":"${{ inputs.git_email }}","ACTION_PATH":"${{ inputs.action_path }}","README_PATH":"${{ inputs.readme_path }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":43026880,"uuid":"420260473","full_name":"multi-py/action-python-versionator","owner":"multi-py","description":"Automatically keep Python Image Building Workflows up to date.","archived":false,"fork":false,"pushed_at":"2025-10-11T18:03:33.000Z","size":47,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T16:34:30.095Z","etag":null,"topics":["github-action","templates","workflow"],"latest_commit_sha":null,"homepage":"","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/multi-py.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}},"created_at":"2021-10-22T22:46:22.000Z","updated_at":"2025-10-11T15:34:07.000Z","dependencies_parsed_at":"2024-01-21T17:45:47.955Z","dependency_job_id":"0a1cd6ad-2faf-4b70-8296-28ca6f41ab56","html_url":"https://github.com/multi-py/action-python-versionator","commit_stats":{"total_commits":60,"total_committers":1,"mean_commits":60.0,"dds":0.0,"last_synced_commit":"5f4ca1e41f6276d80e48ec801c63949e7cd03c1b"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/multi-py/action-python-versionator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multi-py","download_url":"https://codeload.github.com/multi-py/action-python-versionator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29616960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"tags":[]},"repo_metadata_updated_at":"2026-02-19T14:24:42.245Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":18.047852955157662,"dependent_packages_count":0.0,"stargazers_count":19.787672318174614,"forks_count":21.692283314847092,"docker_downloads_count":null,"average":14.881952147044842},"purl":"pkg:githubactions/multi-py/action-python-versionator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/multi-py/action-python-versionator","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/multi-py/action-python-versionator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/multi-py/action-python-versionator/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-11-17T14:11:09.175Z","issues_count":0,"pull_requests_count":7,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":268661.5714285714,"issues_closed_count":0,"pull_requests_closed_count":7,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.14285714285714285,"merged_pull_requests_count":7,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":7.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/multi-py%2Faction-python-versionator/issues","maintainers":[{"login":"tedivm","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tedivm"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/multi-py%2Faction-python-versionator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/multi-py%2Faction-python-versionator/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/multi-py%2Faction-python-versionator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/multi-py%2Faction-python-versionator/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/multi-py%2Faction-python-versionator/codemeta","maintainers":[]}