mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
7 lines
343 B
Text
7 lines
343 B
Text
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.
|