uv-oneliners
OfficialEphemeral envs with multi-package one-liners.
Authorplurigrid
Version1.0.0
Installs0
System Documentation
What problem does it solve?
UV Oneliners enables zero-install Python execution by creating ephemeral environments on demand with a chosen set of packages, letting you run multi-package scripts without managing virtual environments or dependencies.
Core Features & Use Cases
- Ephemeral environments: Run scripts with --with pkg1 --with pkg2 without setup.
- Diverse stacks: Includes AI/ML, visualization, data processing, development tools, and web/api stacks.
- Rapid experimentation: Quickly prototype ideas across stacks without installation overhead.
Quick Start
uv run --with matplotlib --with numpy -c "import matplotlib.pyplot as plt; plt.plot([1,2,3]); plt.savefig('/tmp/plot.png')"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: uv-oneliners Download link: https://github.com/plurigrid/asi/archive/main.zip#uv-oneliners Please download this .zip file, extract it, and install it in the .claude/skills/ directory.