No project description provided
Project description
uvx: pipx for uv
Inspired by:
Installation
-
Install via pip (or alternatives):
pip install uvx # or `uv`, `pipx`
-
Optional (for bash users):
- Ensure that
~/.local/binis in your PATH:uvx ensurepath - Enable tab completion for
uvx:uvx completions --install
- Ensure that
Usage
uvx
Run uvx without any arguments to see all possible subcommands.
Platform Considerations
- Rust-Powered Performance (uvx 2.0): Starting from version 2.0,
uvxleverages Rust for improved performance and compatibility withuv. - Prebuilt Binaries: Currently, prebuilt binaries are available for x86_64 (amd64) and aarch64 (ARM64) on Linux.
- Other Platforms: If you're on a different platform, you can still use
uvx 1.x, which is written in pure Python. Find it at robinvandernoord/uvx. - Alternatively, you can Compile for Your Platform:
- Install the Rust toolchain:
curl https://sh.rustup.rs -sSf | sh
- Clone the
uvx2repo and navigate to it:git clone https://github.com/robinvandernoord/uvx2.git cd uvx2
- Set up a virtual environment (choose Python or uv):
python -m venv venv # or `uv venv venv --seed` source venv/bin/activate
- Install Maturin (Python with Rust package builder):
pip install maturin # or `uv pip install maturin`
- Compile and install the
uvxbinary:maturin develop - Now you can use
uvx:./venv/bin/uvx
- Install the Rust toolchain:
For additional details on building and distribution, refer to maturin documentation.
License
uvx is distributed under the terms of the MIT license.
Changelog
See CHANGELOG.md on GitHub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uvx-2.0.6.tar.gz.
File metadata
- Download URL: uvx-2.0.6.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3918e4a0d8465c70909ce68cf4d75bd842cff6a2d5c2715a6aca8851d0f59d4
|
|
| MD5 |
0bacc642b10fd838328112ea8c871be9
|
|
| BLAKE2b-256 |
80ba68266034cd9db46a721544a706c19e5bb2710fa459bfb6400ad13fcfb602
|
File details
Details for the file uvx-2.0.6-py3-none-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: uvx-2.0.6-py3-none-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0387788a36b0f1951b3e14c239375faf10b924972fcdf33d6de99183dda0758a
|
|
| MD5 |
697258c188d1a4129a368ca92541a6d4
|
|
| BLAKE2b-256 |
2252ccaef0c971f15a7c6821da862a44076575dbbe70c88e8b10e10e0ae00db1
|
File details
Details for the file uvx-2.0.6-py3-none-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: uvx-2.0.6-py3-none-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56f791658f431bac9bb4f03762fd75bdf9c38fbc337da10198cb08007cd22da8
|
|
| MD5 |
f2a1d3854301adc79af032e13c643d0c
|
|
| BLAKE2b-256 |
2f88ac0838f70cc3b2d56f648d51cba384114e18a28659ee467a5bd0ffb01627
|