mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 22:40:10 -05:00
Forward an error for missing temp directories: ``` $ env TMPDIR=.tmp uv-debug pip install httpx error: No such file or directory (os error 2) at path "/home/konsti/projects/uv/.tmp/.tmpgIBhhh" ``` Fixes #6878
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.