Summary
importlib_resources is a backport of Python standard library importlib.resources module for older Pythons.
1
It is designed to replace parts of pkg_resources with a solution in Python’s stdlib that relies on well-defined APIs.
1
This module is used to provide access to resources packaged with a library or application.
It is used to access resources such as data files, images, and text files.
According to
1
pypi.org