pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
6.04k stars 307 forks source link

Add support for `UV_PYTHON_INSTALL_MIRROR` to manage custom Python distributions #1775

Open kenden opened 1 week ago

kenden commented 1 week ago

We have started to use uv, together with hatch, to manage dependencies.
We'd like to use it for the python distribution management too.

Could we add support for UV_PYTHON_INSTALL_MIRROR (from https://docs.astral.sh/uv/configuration/environment/) ?

This could help with https://github.com/pypa/hatch/issues/1596

ofek commented 1 week ago

Can you explain your desired workflow?