Trendora

uv init

Assess

Tools

The uv command for generating a new project scaffold.

Why it's here

Placed in Assess: 1 article(s) of evidence from 1 source(s), led by framework updates, with 1 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.

Evidence (1)

  • 6Simon Willison·7/28/2026framework_update
    uv 0.12.0 updates default project layout

    uv 0.12.0 introduces breaking changes to the default project scaffold created by uv init. The new template uses a src/ package layout, configures uv_build for wheel and source distribution builds, and adds a uv-init script alias that runs a main() function in the generated package.