A tool for creating isolated Python environments using uv. It provides a wrapper around uv to manage ephemeral environments for testing or running scripts with specific dependencies. Current version 1.0.43, actively maintained on PyPI.
pip install uv-iso-envVerified import paths — ran on the pinned version, not inferred.
Creates an isolated uv-managed environment, installs specified requirements, and executes a command within it.
Install with 'pip install uv-iso-env' and import as 'from uv_iso_env import iso_env'.
Use 'from uv_iso_env import iso_env'.
No dependency data recorded yet.