pypa / hatch

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

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

Open kenden opened 3 weeks ago

kenden commented 3 weeks 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 3 weeks ago

Can you explain your desired workflow?