File tree 1 file changed +3
-3
lines changed
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!
4
4
``importlib_metadata `` is a library which provides an API for accessing an
5
5
installed package's metadata (see :pep: `566 `), such as its entry points or its top-level
6
6
name. 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
10
10
efficient ``pkg_resources `` package.
11
11
12
12
``importlib_metadata `` supplies a backport of
You can’t perform that action at this time.
0 commit comments