uv Facts¶
Present information provided by uv:
+ available and installed versions of Python
+ installed Python packages and their versions
+ where the installed versions of Python are stored
+ where tools are installed
+ version of uv available
See https://docs.astral.sh/uv/ for details of uv
See also: operations/uv.
uv.UvAvailablePythonsByImplementation¶
Provides the implementation(s) of Python available for installation along with the versions(s) of the implementation(s).
+ **is_managed**: if set, only list Python implementations managed by `uv`. Default True
Example:
uv.UvAvailablePythonsByVersion¶
Provides the version(s) of Python available for installation along with the implementation(s) of the version(s).
+ **is_managed**: if set, only list Python implementations managed by `uv`. Default True
Example:
uv.UvInstalledPythonsByImplementation¶
Provides the installed implementation(s) of Python along with the versions(s) of the implementation(s).
+ **is_managed**: if set, only list Python implementations managed by `uv`. Default True
Example:
uv.UvInstalledPythonsByVersion¶
Provides the installed versions of Python along with the implementation(s) of the version(s).
+ **is_managed**: if set, only list Python versions managed by `uv`. Default True
Example:
uv.UvPipPackages¶
Provides the installed Python packages and their version.
Example:
uv.UvPythonDir¶
Provides the directory in which uv installs Python implementations.
Example:
uv.UvToolDir¶
Provides the directory in which uv installs tools.
Example:
uv.UvTools¶
Provides the tool(s) currently installed along with their version(s).
Example:
uv.UvVersion¶
Provides the version of uv installed.
Example: