File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ the metadata of an installed `Distribution Package <https://packaging.python.org
1818such as its entry points
1919or its top-level names (`Import Package <https://packaging.python.org/en/latest/glossary/#term-Import-Package >`_\s , modules, if any).
2020Built in part on Python's import system, this library
21- intends to replace similar functionality in the entry point
22- API and metadata API of ``pkg_resources ``. Along with
23- :mod: `importlib.resources `,
24- this package can eliminate the need to use the older and less efficient
25- ``pkg_resources `` package.
21+ provides the entry point and metadata APIs that were previously
22+ exposed by the now-removed ``pkg_resources `` package. Along with
23+ :mod: `importlib.resources `, it supersedes ``pkg_resources ``.
2624
2725``importlib.metadata `` operates on third-party *distribution packages *
2826installed into Python's ``site-packages `` directory via tools such as
You can’t perform that action at this time.
0 commit comments