slackbuilds/python/importlib-resources
Andrew Clemons 546501ce4d
python/importlib-resources: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-11-22 09:10:15 +07:00
..
README various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
importlib-resources.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
importlib-resources.info python/importlib-resources: Removed dependency. 2021-11-22 09:10:15 +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.