HOWTO: Use uv for Python at OSC
uv is a fast Python package and virtual environment manager developed by Astral. It provides functionality provided by both venv and pip, but is significantly faster at dependency resolution. Some users who do not need Conda packages or cross-language support in their project may prefer to use uv for its speed. Because uv is still under active development and its behavior may change between frequent releases, OSC does not currently provide it as a centrally managed software package.