astral-sh/uv
uv-keyring
crates/uv-keyring/ is uv's pluggable keyring implementation. It backs
--keyring-provider subprocess and the optional native secret-service/win-credential
backends.
Purpose
uv-auth defines a KeyringProvider trait. This crate provides the concrete
implementations:
- Subprocess — invokes the
keyringPython CLI (compatible with the existing pip ecosystem). - Native backends (gated behind features) —
secret-serviceon Linux,wincredon Windows,keychainon macOS.
See also
uv-auth— the trait.uv-publish,uv-client— common consumers via auth.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.