https://github.com/robinvandernoord/uvx
uvx: pipx for uv
https://github.com/robinvandernoord/uvx
pip pipx python rust uv uvx
Last synced: 3 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-27T13:04:56.000Z (over 1 year ago)
- Last Synced: 2024-07-30T19:53:41.555Z (about 1 year 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 (DEPRECATED)
**Note: The `uvx` project has been deprecated as of version 3.0. Development has moved to [`uvenv`](https://github.com/robinvandernoord/uvenv).**
The name change was necessary due to a conflict with Astral's `uvx` CLI command (`uv tool run`).
If you are looking for an updated and maintained version of this tool, please visit the [`uvenv`](https://github.com/robinvandernoord/uvenv) repository.
## Legacy Versions
- `uvx` versions up to `2.x` will remain available for historical purposes and limited maintenance.
- No new features or updates will be added to this repository beyond critical bug fixes.## Migration to uvenv
To upgrade to `uvenv`, use one of the following installation methods:
```bash
#
# migrate:
uvx self-update # will install uvenv automatically
uvenv self migrate # will migrate your packages# Or install uvenv fresh:
pip install uvenv # or uv install, pipx install
```