File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Welcome to |project| documentation!
44``importlib_metadata `` is a library which provides an API for accessing an
55installed package's metadata (see :pep: `566 `), such as its entry points or its top-level
66name. This functionality intends to replace most uses of ``pkg_resources ``
7- `entry point API `_ and `metadata API `_. Along with :mod: `importlib.resources ` in
8- Python 3.7 and newer (backported as :doc: `importlib_resources <importlib_resources:index >` for older
9- versions of Python), this can eliminate the need to use the older and less
7+ `entry point API `_ and `metadata API `_. Along with :mod: `importlib.resources `
8+ and newer (backported as :doc: `importlib_resources <importlib_resources:index >`),
9+ this package can eliminate the need to use the older and less
1010efficient ``pkg_resources `` package.
1111
1212``importlib_metadata `` supplies a backport of
You can’t perform that action at this time.
0 commit comments