We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
importlib.metadata.version()
1 parent 02fa20b commit 029b39fCopy full SHA for 029b39f
Doc/library/importlib.metadata.rst
@@ -268,8 +268,9 @@ Distribution versions
268
269
.. function:: version(distribution_name)
270
271
- Return the installed distribution package version for the named
272
- distribution package.
+ Return the installed distribution package
+ `version <https://packaging.python.org/en/latest/specifications/core-metadata/#version>`__
273
+ for the named distribution package.
274
275
Raises :exc:`PackageNotFoundError` if the named distribution
276
package is not installed in the current Python environment.
0 commit comments