Metadata-Version: 2.3
Name: uvx
Version: 1.0.3
Summary: uvx: pipx for uv
Project-URL: Documentation, https://github.com/robinvandernoord/uvx#readme
Project-URL: Issues, https://github.com/robinvandernoord/uvx/issues
Project-URL: Source, https://github.com/robinvandernoord/uvx
Author-email: Robin van der Noord <robinvandernoord@gmail.com>
License: MIT
Keywords: cli,pipx,typer,uv,venv
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: configuraptor
Requires-Dist: msgspec
Requires-Dist: packaging
Requires-Dist: plumbum
Requires-Dist: result
Requires-Dist: rich
Requires-Dist: threadful>=0.3
Requires-Dist: typer
Requires-Dist: uv
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: python-semantic-release<8; extra == 'dev'
Requires-Dist: su6[all]; extra == 'dev'
Description-Content-Type: text/markdown

# 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
```
