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 6f8cc1e commit a55f01cCopy full SHA for a55f01c
importlib_metadata/__init__.py
@@ -1,3 +1,12 @@
1
+"""
2
+APIs exposing metadata from third-party Python packages.
3
+
4
+This codebase is shared between importlib.metadata in the stdlib
5
+and importlib_metadata in PyPI. See
6
+https://github.com/python/importlib_metadata/wiki/Development-Methodology
7
+for more detail.
8
9
10
from __future__ import annotations
11
12
import abc
0 commit comments