slackbuilds_ponce/python/importlib-resources
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
importlib-resources.info
importlib-resources.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.