slackbuilds/python/importlib-resources
Dimitris Zlatanidis 6a9165b14e
python/importlib-resources: Update dependencies.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-02 07:54:24 +07:00
..
README
importlib-resources.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
importlib-resources.info python/importlib-resources: Update dependencies. 2023-12-02 07:54:24 +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.