Skip to content

Instantly share code, notes, and snippets.

@avilum
Created July 2, 2025 14:54
Show Gist options
  • Save avilum/6ec6a1ffc3f07d26f1ee258e00cd0a84 to your computer and use it in GitHub Desktop.
Save avilum/6ec6a1ffc3f07d26f1ee258e00cd0a84 to your computer and use it in GitHub Desktop.
uv run --with uvify uvify https://github.com/astral-sh/uv
[
{
"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