Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork49
python/importlib_resources
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
importlib_resources
is a backport of Python standard libraryimportlib.resourcesmodule for older Pythons.
The key goal of this module is to replace parts ofpkg_resources with asolution in Python's stdlib that relies on well-defined APIs. This makesreading resources included in packages easier, with more stable and consistentsemantics.
New features are introduced in this third-party library and later mergedinto CPython. The following table indicates which versions of this librarywere contributed to different versions in the standard library:
importlib_resources | stdlib |
---|---|
6.0 | 3.13 |
5.12 | 3.12 |
5.7 | 3.11 |
5.0 | 3.10 |
1.3 | 3.9 |
0.5 (?) | 3.7 |
Available as part of the Tidelift Subscription.
This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
About
Backport of the importlib.resources module
Resources
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.