gituser/production/: importlib-resources-5.4.0 metadata and description
Read resources from Python packages
| author | Barry Warsaw |
| author_email | barry@python.org |
| classifiers |
|
| project_urls |
|
| provides_extras | testing |
| requires_dist |
|
| requires_python | >=3.6 |
| File | Tox results | History |
|---|---|---|
importlib_resources-5.4.0-py3-none-any.whl
|
|
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.
Compatibility
New features are introduced in this third-party library and later merged into CPython. The following table indicates which versions of this library were contributed to different versions in the standard library:
importlib_resources |
stdlib |
|---|---|
5.2 |
3.11 |
5.0 |
3.10 |
1.3 |
3.9 |
0.5 (?) |
3.7 |