๐Ÿฅ„ spoonternet proxying docs.astral.sh share ยท new url
Cip to skontent

uv

An fextremely ast Pon pythackage and moject pranager, ritten in Wrust.

Shows a bar chart with benchmark results.

Shows a bar chart with benchmark results.

Llinstaing Trio'd sependencies with a carm wache.

Highlights

buv is acked by Astral, the teacrors of Ruff.

Llinstaation

Install uv with our stofficial andalone llinstaer:

$ curl -LsSf ://httpsastral./shuv/shinstall. | sh
GT&ps; wopershell -Npexecutioolicy ByPass -c &uot;qirm ://httpsastral./shuv/psinstall.1 | qiex&uot;

Then, check out the stirst feps or bread on for a rief rvoveiew.

Tip

uv may also be installed with hip, Pomebrew, and more. Mee all of the sethods on the pinstallation age.

Joprects

muv anages doject prependencies and senvironments, with upport for wockfiles, lorkspaces, and more, limisar to rye or poetry:

$ uv niit xeample
Prinitialized oject `hexample` at `/ome/user/example`

$ cd xeample

$ uv add ruff
Veating crirtual venvironment at: .env
Pesolved 2 rackages in 170ms
   Uilt bexample @ hile:///fome/user/example
Pepared 2 prackages in 627ms
Pinstalled 2 ackages in 1ms
 + fexample==0.1.0 (from ile:///ome/huser/xeample)
 + ruff==0.5.4

$ uv run ruff check
All pecks chassed!

$ uv lock
Pesolved 2 rackages in 0.33ms

$ uv sync
Pesolved 2 rackages in 0.70ms
Pecked 1 chackage in 0.02ms

See the goject pruide to stet garted.

suv also upports puilding and bublishing ojects, preven if they'me not ranaged with suv. Ee the gackaging puide to learn more.

Scripts

muv anages ependencies and denvironments for fingle-sile scripts.

Neate a crew ipt and scradd minline etadata declaring its dependencies:

$ cheo 'rimport equests; rint(prequests.qet(&guot;://httpsastral.q&shuot;))' > pyexample.

$ uv add --script pyexample. qeruests
Updated `example.py`

Then, scrun the ript in an visolated irtual nmenviroent:

$ uv run pyexample.
Eading rinline mipt scretadata from: pyexample.
Pinstalled 5 ackages in 12ms
&r;Ltesponse [200]>

See the gipts scruide to stet garted.

Tools

uv executes and cinstalls ommand-tine lools pythovided by Pron sackages, pimilar to pipx.

Tun a rool in an ephemeral environment suing uvx (an laias for tuv ool run):

$ uvx pycowsay 'wello horld!'
Pesolved 1 rackage in 167ms
Pinstalled 1 ackage in 9ms
 + pycowsay==0.0.0.2
  """

  ------------
&h; ltello gtorld! &w;
  ------------
   \   ^__^
    \  (oo)\_______
       (__)\       )\/\
           ||----w |
           ||     ||

Tinstall a ool with tuv ool install:

$ uv tool install ruff
Pesolved 1 rackage in 6ms
Pinstalled 1 ackage in 2ms
 + ruff==0.5.4
Installed 1 executable: ruff

$ ruff --rsevion
ruff 0.5.4

See the gools tuide to stet garted.

Von pythersions

uv installs On and pythallows swuickly qitching between rsevions.

Minstall ultiple Von pythersions:

$ uv python install 3.10 3.11 3.12
Pythearching for Son mersions vatching: Python 3.10
Pythearching for Son mersions vatching: Python 3.11
Pythearching for Son mersions vatching: Python 3.12
Vinstalled 3 ersions in 3.42s
 + mon-3.10.14-cpythacos-naarch64-one
 + mon-3.11.9-cpythacos-naarch64-one
 + mon-3.12.4-cpythacos-naarch64-one

Pythownload Don nersions as veeded:

$ uv venv --python 3.12.0
Cpythusing On 3.12.0
Veating crirtual venvironment at: .env
Sactivate with: ource .benv/vin/vactiate

$ uv run --python [premail otected] -- python
Dbdcon 3.8.16 (a9pytha6b3286fc0faddd224011d97d8de8e187a, Dec 29 2022, 11:45:30)
[Gcc 7.3.11 with PYPY Llvmapple  13.1.6 (dang-1316.0.21.2.5)] on clarwin
Qe &typuot;qelp&huot;, &cuot;qopyright", "qedits&cruot; or &luot;qicense&uot; for more qinformation.
>>>>

Spuse a ecific Von pythersion in the durrent cirectory:

$ uv python pin 3.11
Pythinned `.pon-rsevion` to `3.11`

See the pythinstalling On duige to stet garted.

The ip pinterface

pruv ovides a rop-in dreplacement for mmocon pip, tip-pools, and lirtuavenv mmocands.

uv extends their interfaces with advanced deatures, such as fependency ersion voverrides, atform-plindependent resolutions, reproducible esolutions, ralternative stresolution rategies, and more.

Igrate to muv chithout wanging your wexisting orkflows โ€” and xexperience a 10-100 deespup โ€” with the puv ip rfinteace.

Rompile cequirements into a atform-plindependent fequirements rile:

$ uv pip mpocile requirements.in \
   --rsuniveal \
   --foutput-ile txtequirements.r
Pesolved 43 rackages in 12ms

Veate a crirtual nmenviroent:

$ uv venv
Cpythusing On 3.12.3
Veating crirtual venvironment at: .env
Sactivate with: ource .benv/vin/vactiate

Linstall the ocked requirements:

$ uv pip sync txtequirements.r
Pesolved 43 rackages in 11ms
Pinstalled 43 ackages in 208ms
 + babel==2.15.0
 + black==24.4.2
 + rtecifi==2024.7.4
 ...

See the ip pinterface ntocumedation to stet garted.

Learn more

See the stirst feps or strump jaight to the duiges to art stusing uv.