Registry / devops / uv-iso-env

uv-iso-env

JSON →
library1.0.44pypypi✓ verified 82d ago

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-env
INSTALL
IMPORT
SIG · UV-ISO-ENV
U
uv-iso-env
devopspythonv1.0.44
Install
6.3s avg
Import
Disk
61MB
Pass rate
8/ 10
Env Coverage8 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.44 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 7.1s
py 3.11
✓ —
✓ 6.8s
py 3.12
✓ —
✓ 5.6s
py 3.13
✓ —
✓ 5.7s
py 3.9
✕ build_error
✕ build_error
61MB installed
● package 61MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IsoEnv
from iso_env import IsoEnv
from uv_iso_env import iso_env
IsoEnvArgs
from iso_env import IsoEnvArgs
iso_open_process
from iso_env import iso_open_process

Creates an isolated uv-managed environment, installs specified requirements, and executes a command within it.

from uv_iso_env import iso_env # Create an isolated environment and run a command result = iso_env(["python", "-c", "print('hello')"], requirements=["requests>=2.28"]) print(result.stdout.decode() if result.stdout else result.stderr.decode())
uv-iso-env --version
Debug
Known issues
breakingOn PyPI, the package is 'uv-iso-env' but the import module uses underscores: 'uv_iso_env'.
fix
Install with 'pip install uv-iso-env' and import as 'from uv_iso_env import iso_env'.
affects: all
gotchaThe function name 'iso_env' differs from the package name. Do not look for a function named 'uv_iso_env'.
fix
Use 'from uv_iso_env import iso_env'.
affects: all
Upgrade
Version history
1.0.44latest on PyPI · released May 30, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
uv-iso-env — pip install uv-iso-env · libregistry