importlib_resources: Read resources from Python packages#
Description#
Read resources from Python packages
License#
Apache2
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
5.12.0
install-requires.txt:
# According to https://pypi.org/project/importlib-resources/,
# version 5.7 provides the features of Python 3.11 importlib.resources
importlib_resources >= 5.7
Equivalent System Packages#
conda:
$ conda install importlib-resources
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see github issue #29023