Skip to content
Open

Add uv #2023

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.astral.sh/uv/>`__ |
`GitHub <https://github.com/astral-sh/uv>`__ |
`PyPI <https://pypi.org/project/uv/>`__

An extremely fast Python package and project manager, written in Rust. It
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this not look like an ad?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a phrase that I brought from the uv website, and it definitely feels like an ad. As you mentioned, I revised it a little to make it sound less promotional!

supports creating and managing virtual environments, installing packages,
locking dependencies, and managing Python versions and projects.

.. _zestreleaser:

zest.releaser
Expand Down
Loading