Problem
I want to use the uv Python package as one of the available choices for the command options, but it’s currently not listed.
Solution
Add uv as a selectable Python package in the command options so it can be easily installed or referenced within the environment.
How should it work?
When setting up or running a Python environment, uv should appear as one of the available package options (similar to pip, poetry, or pipenv). Selecting it should automatically configure and manage dependencies using uv.
Use Case
I would use this when managing dependencies or virtual environments in projects that prefer uv for its speed and modern dependency resolution features.
Priority
High - Blocking issue
This is needed to proceed with development using uv as the primary dependency manager.
Additional Info
The uv package (https://github.com/astral-sh/uv) is a fast Python package manager compatible with PEP 582 and pip workflows. It offers significant performance improvements compared to pip.