Created
July 2, 2025 14:54
-
-
Save avilum/6ec6a1ffc3f07d26f1ee258e00cd0a84 to your computer and use it in GitHub Desktop.
uv run --with uvify uvify https://github.com/astral-sh/uv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"file": "pyproject.toml", | |
"fileType": "pyproject.toml", | |
"oneLiner": "uv run --python '>=3.8.10' --with 'maturin,uv' python -c 'import uv; print(uv.__version__)'", | |
"uvInstallFromSource": "uv run --with 'git+https://github.com/astral-sh/uv' --python '>=3.8.10' python", | |
"dependencies": [ | |
"maturin" | |
], | |
"packageName": "uv", | |
"pythonVersion": ">=3.8", | |
"isLocal": false | |
}, | |
{ | |
"file": "crates/uv-build/pyproject.toml", | |
"fileType": "pyproject.toml", | |
"oneLiner": "uv run --python '>=3.8.10' --with 'maturin,uv-build' python -c 'import uv-build; print(uv-build.__version__)'", | |
"uvInstallFromSource": "uv run --with 'git+https://github.com/astral-sh/uv' --python '>=3.8.10' python", | |
"dependencies": [ | |
"maturin" | |
], | |
"packageName": "uv-build", | |
"pythonVersion": ">=3.8", | |
"isLocal": false | |
}, | |
... | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment