Name | python_readiness JSON |
Version |
1.0
JSON |
| download |
home_page | None |
Summary | Are your dependencies ready for new Python? |
upload_time | 2024-09-30 05:22:43 |
maintainer | None |
docs_url | None |
author | Shantanu Jain |
requires_python | >=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# python_readiness
Are your dependencies ready for new Python?
## Installation
```bash
pip install python_readiness
```
Alternatives include:
- `uvx python_readiness`
- It's a single file script that contains PEP 723 metadata
## Usage
Check if your current environment is ready for the latest Python:
```bash
python_readiness
```
Check if a specific package is ready for a specific Python:
```bash
python_readiness -p numpy --python 3.11
```
Check if a requirements file is ready for a specific Python:
```bash
python_readiness -r requirements.txt --python 3.13
```
## What are the exact definitions of readiness this uses?
Take a look at the code, in particular `support_from_files`.
Raw data
{
"_id": null,
"home_page": null,
"name": "python_readiness",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Shantanu Jain",
"author_email": "hauntsaninja@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/20/5c/04f0aacbbe585ba1a0890996c2df2e5ebab8d051bfd1a09081391ac30fd3/python_readiness-1.0.tar.gz",
"platform": null,
"description": "# python_readiness\n\nAre your dependencies ready for new Python?\n\n## Installation\n\n```bash\npip install python_readiness\n```\n\nAlternatives include:\n- `uvx python_readiness`\n- It's a single file script that contains PEP 723 metadata\n\n## Usage\n\nCheck if your current environment is ready for the latest Python:\n```bash\npython_readiness\n```\n\nCheck if a specific package is ready for a specific Python:\n```bash\npython_readiness -p numpy --python 3.11\n```\n\nCheck if a requirements file is ready for a specific Python:\n```bash\npython_readiness -r requirements.txt --python 3.13\n```\n\n## What are the exact definitions of readiness this uses?\n\nTake a look at the code, in particular `support_from_files`.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Are your dependencies ready for new Python?",
"version": "1.0",
"project_urls": {
"homepage": "https://github.com/hauntsaninja/python_readiness",
"repository": "https://github.com/hauntsaninja/python_readiness"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b53347a755f9fa3b6c925489346590fe9af15c0ede14ffe412537f9407be1a2b",
"md5": "b07c48d447da0de7b9a28ee8f24a769f",
"sha256": "a3567b04c5a3835b73f22474202d793cd2cf1804185e583e497e8327a35bf3a4"
},
"downloads": -1,
"filename": "python_readiness-1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b07c48d447da0de7b9a28ee8f24a769f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8134,
"upload_time": "2024-09-30T05:22:42",
"upload_time_iso_8601": "2024-09-30T05:22:42.168756Z",
"url": "https://files.pythonhosted.org/packages/b5/33/47a755f9fa3b6c925489346590fe9af15c0ede14ffe412537f9407be1a2b/python_readiness-1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "205c04f0aacbbe585ba1a0890996c2df2e5ebab8d051bfd1a09081391ac30fd3",
"md5": "28a58828be04ad646eab89f154da521a",
"sha256": "8cdbd4eb696aa51f2b218e402943de0dab24da605be2af76d8f430d939f2b797"
},
"downloads": -1,
"filename": "python_readiness-1.0.tar.gz",
"has_sig": false,
"md5_digest": "28a58828be04ad646eab89f154da521a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 7418,
"upload_time": "2024-09-30T05:22:43",
"upload_time_iso_8601": "2024-09-30T05:22:43.983754Z",
"url": "https://files.pythonhosted.org/packages/20/5c/04f0aacbbe585ba1a0890996c2df2e5ebab8d051bfd1a09081391ac30fd3/python_readiness-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-30 05:22:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hauntsaninja",
"github_project": "python_readiness",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "python_readiness"
}