Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure uv to use Root Library Catalog for secure Python packages.
echo "machine pkg.root.io login token password YOUR_ROOT_TOKEN" >> ~/.netrc chmod 600 ~/.netrc
pyproject.toml
[[tool.uv.index]] name = "root" url = "https://pkg.root.io/pypi/simple/"
uv add requests==2.31.0 uv sync --upgrade
echo "machine pkg.root.io login token password $ROOT_TOKEN" >> ~/.netrc chmod 600 ~/.netrc
~/.netrc
401 Unauthorized
chmod 600
[[tool.uv.index]]
[tool.uv]