{"id":17212409,"url":"https://github.com/gpongelli/python-active-versions","last_synced_at":"2025-08-24T16:18:01.713Z","repository":{"id":65230097,"uuid":"588672369","full_name":"gpongelli/python-active-versions","owner":"gpongelli","description":"Gather active python versions.","archived":false,"fork":false,"pushed_at":"2024-07-25T08:59:23.000Z","size":477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T03:53:36.708Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpongelli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSES/MIT.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-13T17:45:06.000Z","updated_at":"2024-07-25T08:59:14.000Z","dependencies_parsed_at":"2024-05-01T15:53:42.748Z","dependency_job_id":"9e53b438-4430-49e5-98fd-d6f96d125c12","html_url":"https://github.com/gpongelli/python-active-versions","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"b5bf3e3d02fdc510cf2bed8c49e17cd7aa29a440"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/gpongelli/python-active-versions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpongelli%2Fpython-active-versions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpongelli%2Fpython-active-versions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpongelli%2Fpython-active-versions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpongelli%2Fpython-active-versions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpongelli","download_url":"https://codeload.github.com/gpongelli/python-active-versions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpongelli%2Fpython-active-versions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271901702,"owners_count":24841121,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"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-10-15T02:59:58.320Z","updated_at":"2025-08-24T16:18:01.673Z","avatar_url":"https://github.com/gpongelli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python active versions\n\n\n[![pypi](https://img.shields.io/pypi/v/python-active-versions.svg)](https://pypi.org/project/python-active-versions/)\n[![python](https://img.shields.io/pypi/pyversions/python-active-versions.svg)](https://pypi.org/project/python-active-versions/)\n[![Build Status](https://github.com/gpongelli/python-active-versions/actions/workflows/dev.yml/badge.svg)](https://github.com/gpongelli/python-active-versions/actions/workflows/dev.yml)\n[![codecov](https://codecov.io/gh/gpongelli/python-active-versions/branch/main/graphs/badge.svg)](https://codecov.io/github/gpongelli/python-active-versions)\n\n\n\nGather active python versions and, optionally, also docker images.\n\n\n* Documentation: \u003chttps://gpongelli.github.io/python-active-versions\u003e\n* GitHub: \u003chttps://github.com/gpongelli/python-active-versions\u003e\n* PyPI: \u003chttps://pypi.org/project/python-active-versions/\u003e\n* Docker image [here](https://hub.docker.com/r/gpongelli/python-active-versions)\n* Free software: MIT\n\n## Usage\n\nFor its usage, as CLI/docker container/library please refer to usega page into [documentation](https://gpongelli.github.io/python-active-versions).\n\nAn interesting usage is in combination with nox, where this library can provide python versions as following snippet:\n\n```python\nimport nox\n\nfrom python_active_versions.python_active_versions import get_active_python_versions\nfrom typing import List\n\ndef _get_active_version(_active_versions: List[dict]) -\u003e List[str]:\n    return [_av['version'] for _av in _active_versions]\n\n_python_versions = _get_active_version(get_active_python_versions())\n\n@nox.session(python=_python_versions)\ndef test_something(session):\n    ...\n\n@nox.session(python=_python_versions)\ndef test_another(session):\n    ...\n```\n\n### Container usage\n\nThis tool can also be run as container wiht:\n\n```bash\npodman run --rm python-active-versions:1.15.0\n```\n\n\n## Features\n\n* Scrape official python website to get active versions\n* Scrape dockerhub website to add optional python's available images\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [gpongelli/cookiecutter-pypackage](https://github.com/gpongelli/cookiecutter-pypackage) project template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpongelli%2Fpython-active-versions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpongelli%2Fpython-active-versions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpongelli%2Fpython-active-versions/lists"}