Metadata-Version: 2.1
Name: uvx
Version: 0.9.1
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-Expression: MIT
License-File: LICENSE.txt
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: 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.

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