Metadata-Version: 2.4
Name: tox-uv
Version: 1.32.0
Summary: Integration of uv with tox (meta package with bundled uv).
Project-URL: Changelog, https://github.com/tox-dev/tox-uv/releases
Project-URL: Documentation, https://github.com/tox-dev/tox-uv#tox-uv
Project-URL: Homepage, https://github.com/tox-dev/tox-uv
Project-URL: Source, https://github.com/tox-dev/tox-uv
Project-URL: Tracker, https://github.com/tox-dev/tox-uv/issues
Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>
License-Expression: MIT
Keywords: environments,isolated,testing,virtual
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System
Requires-Python: >=3.10
Requires-Dist: tox-uv-bare==1.32.0
Requires-Dist: uv<1,>=0.9.27
Description-Content-Type: text/markdown

# tox-uv

This is the meta package for `tox-uv` that bundles `uv` as a dependency.

For the full documentation, see the [main repository](https://github.com/tox-dev/tox-uv#tox-uv).

## Installation

```bash
pip install tox-uv  # Installs tox-uv-bare + uv
```

If you already have `uv` installed system-wide (e.g., in a Docker image), you can use the bare package instead:

```bash
pip install tox-uv-bare  # Uses system uv
```
