File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33===============================
44
55``importlib_metadata `` is a library which provides an API for accessing an
6- installed package's :pep: `metadata < 566 >` , such as its entry points or its top-level
6+ installed package's metadata (see :pep: `566 `) , such as its entry points or its top-level
77name. This functionality intends to replace most uses of ``pkg_resources ``
88`entry point API `_ and `metadata API `_. Along with :mod: `importlib.resources ` in
99Python 3.7 and newer (backported as :doc: `importlib_resources <importlib_resources:index >` for older
Original file line number Diff line number Diff line change 11.. _using :
22
33=================================
4- Using :mod: `!importlib.metadata `
4+ Using :mod: `!importlib_metadata `
55=================================
66
77``importlib_metadata `` is a library that provides for access to installed
You can’t perform that action at this time.
0 commit comments