importlib_resources: Read resources from Python packages#
Description#
Read resources from Python packages
License#
Apache2
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
6.1.1
version_requirements.txt:
importlib_resources >= 5.7; python_version<'3.11'
Equivalent System Packages#
$ conda install importlib-resources
$ sudo apt-get install python3-importlib-resources
$ sudo emerge dev-python/importlib_resources
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.