{"id":13764366,"url":"https://github.com/andriykohut/pdm-readiness","last_synced_at":"2025-08-18T12:14:44.193Z","repository":{"id":210732823,"uuid":"727323054","full_name":"andriykohut/pdm-readiness","owner":"andriykohut","description":"A pdm plugin to check if your project dependencies support specific Python version.","archived":false,"fork":false,"pushed_at":"2025-08-08T02:20:28.000Z","size":127,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T04:21:03.820Z","etag":null,"topics":["pdm","pdm-plugin","python"],"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/andriykohut.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,"zenodo":null}},"created_at":"2023-12-04T16:25:55.000Z","updated_at":"2025-05-23T08:27:43.000Z","dependencies_parsed_at":"2024-01-07T18:08:58.193Z","dependency_job_id":"49a7a904-7d3c-4d98-b3c5-5ea6399e8249","html_url":"https://github.com/andriykohut/pdm-readiness","commit_stats":null,"previous_names":["andriykohut/pdm-readiness"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/andriykohut/pdm-readiness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriykohut%2Fpdm-readiness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriykohut%2Fpdm-readiness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriykohut%2Fpdm-readiness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriykohut%2Fpdm-readiness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andriykohut","download_url":"https://codeload.github.com/andriykohut/pdm-readiness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andriykohut%2Fpdm-readiness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270989460,"owners_count":24680750,"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-18T02:00:08.743Z","response_time":89,"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":["pdm","pdm-plugin","python"],"created_at":"2024-08-03T16:00:19.574Z","updated_at":"2025-08-18T12:14:43.936Z","avatar_url":"https://github.com/andriykohut.png","language":"Python","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# pdm-readiness\n\n[![PyPI version](https://badge.fury.io/py/pdm-readiness.svg)](https://pypi.org/project/pdm-readiness/)\n![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)\n\nA `pdm` plugin to check if your project dependencies support specific Python version.\n\n\u003e [!NOTE]  \n\u003e Many packages may still work just fine even when they are not listed as supported.\n\u003e This plugin only checks the metadata provided by the package authors, so it is not\n\u003e a guarantee that the package will work or not.\n\n## Synopsis\n\nThe readiness report is divided into 4 sections:\n\n- **Supported dependencies** - currently locked dependencies that support the target Python version.\n- **Update required** - currently locked dependencies that do not support the target Python version, but have newer versions that do.\n- **Unsupported dependencies** - the most recent version of the dependency does not support the target Python version.\n- **Missing metadata** - the package does not provide metadata about the supported Python versions.\n\nPlugin uses [PyPI JSON API](https://warehouse.pypa.io/api-reference/json.html) to get the metadata.\nIt looks at classifiers like `Programming Language :: Python :: 3.12` to determine which versions are supported.\n\n## Installation\n\n```sh\npdm self add pdm-readiness\n```\n\n## Usage\n\nRun `pdm readiness \u003cpython_version\u003e` in the root of your pdm project.\n\nExample output:\n\n![image](https://github.com/andriykohut/pdm-readiness/assets/3106616/60b7985f-0cc6-4124-8abe-878690a9d89a)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriykohut%2Fpdm-readiness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandriykohut%2Fpdm-readiness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriykohut%2Fpdm-readiness/lists"}