Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinvandernoord/uvx
uvx: pipx for uv
https://github.com/robinvandernoord/uvx
pip pipx python rust uv uvx
Last synced: 2 months ago
JSON representation
uvx: pipx for uv
- Host: GitHub
- URL: https://github.com/robinvandernoord/uvx
- Owner: robinvandernoord
- License: mit
- Created: 2024-02-29T15:20:38.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:04:56.000Z (9 months ago)
- Last Synced: 2024-07-30T19:53:41.555Z (6 months ago)
- Topics: pip, pipx, python, rust, uv, uvx
- Language: Python
- Homepage: https://pypi.org/project/uvx/
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# uvx: pipx for uv
Inspired by:
- [pipx](https://github.com/pypa/pipx)
- [uv](https://github.com/astral-sh/uv)## Installation
```bash
# one of these ways:
pip install uvx
uv install uvx
pipx install uvx
```## Usage
```bash
uvx
```Run `uvx` without any arguments to see all possible subcommands.
## Note - Version 2.0 Now Available
Version `2.0.0` of uvx has been released and is now available. This new release has been rewritten in Rust to address performance concerns with the previous Python implementation, notably reducing startup time. Version `2.0.0` directly utilizes some APIs of `uv`, enhancing performance by avoiding the need to spawn a separate process in some cases.
Despite the availability of this new version, the repository and the existing Python implementation of uvx 1.x will continue to be maintained for bug fixes and to ensure (backwards) compatibility across different system architectures.
For users on supported Linux platforms with x86_64 (amd64) or aarch64 (ARM64) architectures, version 2.0 can be installed via pip or compiled manually from source if necessary. This version is not available through PyPI for other platforms, which can still utilize uvx 1.x or opt for manual compilation of uvx 2.0.
Discover more about the new features and enhancements by visiting the new project repository at [robinvandernoord/uvx2](https://github.com/robinvandernoord/uvx2/).
## License
`uvx` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
## Changelog
See `CHANGELOG.md` [on GitHub](https://github.com/robinvandernoord/uvx/blob/master/CHANGELOG.md)