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.4 |
3.11 |
5.0 |
3.10 |
1.3 |
3.9 |
0.5 (?) |
3.7 |
Release files for importlib-resources 5.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| importlib_resources-5.7.1.tar.gz | 31.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| importlib_resources-5.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 59.8 kB
Release files / importlib_resources-5.7.1.tar.gz
| Download URL | importlib_resources-5.7.1.tar.gz |
|---|---|
| Size | 31.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b6062987dfc51f0fcb809187cffbd60f35df7acb4589091f154214af6d0d49d3
|
|
BLAKE2b-256 checksum How to use checksums |
073c4e27ef7d4cea5203ed4b52b7fe96ddd08559d9f147a2a4307e7d6d98c035
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / importlib_resources-5.7.1-py3-none-any.whl
| Download URL | importlib_resources-5.7.1-py3-none-any.whl |
|---|---|
| Size | 28.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e447dc01619b1e951286f3929be820029d48c75eb25d265c28b92a16548212b8
|
|
BLAKE2b-256 checksum How to use checksums |
bd4d19cb95029e824d878d5d13b62825839b5b024a62706ea308781a9e2cf534
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|