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 d1e9ba6 commit 9436e24Copy full SHA for 9436e24
importlib_metadata/docs/using.rst
@@ -22,6 +22,13 @@ By default, package metadata can live on the file system or in wheels on
22
``sys.path``. Through an extension mechanism, the metadata can live almost
23
anywhere.
24
25
+.. note:: Although this package supports loading metadata from wheels
26
+ on ``sys.path``, that support is provisional and does not serve to
27
+ contravene the `PEP 427 directive
28
+ <https://www.python.org/dev/peps/pep-0427/#is-it-possible-to-import-python-code-directly-from-a-wheel-file>`_,
29
+ which states that relying on this format is discouraged, and use is
30
+ at your own risk.
31
+
32
33
Overview
34
========
0 commit comments