slackbuilds/python/importlib-resources
fourtysixandtwo 5a7a2e9ad5
python/importlib-resources: Updated for version 6.5.2.
Updated for maintainer who is not currently active.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-06-07 12:27:16 +07:00
..
README
importlib-resources.SlackBuild python/importlib-resources: Updated for version 6.5.2. 2025-06-07 12:27:16 +07:00
importlib-resources.info python/importlib-resources: Updated for version 6.5.2. 2025-06-07 12:27:16 +07:00
slack-desc

README

importlib-resources is a backport of Python standard library
importlib.resources module for older Pythons.

The key goal of this module is to replace parts of pkg_resources with a
solution in Python's stdlib that relies on well-defined APIs. This makes
reading resources included in packages easier, with more stable and
consistent semantics.