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.
1 parent 5b73f25 commit 747f683Copy full SHA for 747f683
README.rst
@@ -2,8 +2,13 @@
2
``importlib_metadata``
3
=========================
4
5
-``importlib_metadata`` is a library to access the metadata for a Python
6
-package. It is intended to be ported to Python 3.8.
+``importlib_metadata`` is a library to access the metadata for a
+Python package.
7
+
8
+It has been `added to the Python standard library
9
+<https://docs.python.org/3/library/importlib.metadata.html>`_ as of
10
+Python 3.8, but exists here to support backported usage in earlier
11
+versions.
12
13
14
Usage
0 commit comments