slackbuilds_ponce/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
..
importlib-resources.info
importlib-resources.SlackBuild
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.