diff --git a/source/key_projects.rst b/source/key_projects.rst index e4501fe0e..dc7544a0b 100644 --- a/source/key_projects.rst +++ b/source/key_projects.rst @@ -827,6 +827,19 @@ scientific applications on clusters and supercomputers. Spack is not in PyPI (yet), but it requires no installation and can be used immediately after cloning from GitHub. +.. _uv: + +uv +== + +`Docs `__ | +`GitHub `__ | +`PyPI `__ + +A Python package and project manager, written in Rust for high performance. It +supports creating and managing virtual environments, installing packages, +locking dependencies, and managing Python versions and projects. + .. _zestreleaser: zest.releaser