vv_info

vv_info(distribution_name: str) VerboseVersionInfo[source]

Verbose version information of an installed package.

Known limitations:
  • Does not include uncommitted changes.

  • Can’t determine vcs information for tarball installations.

    E.g. pip install https://github.com/s-weigand/git-install-test-distribution/archive/main.zip

Parameters:

distribution_name (str) – The name of the distribution package as a string.

Returns:

Verbose version information of the installed package, as detailed as possible.

Return type:

VerboseVersionInfo