importlib-resources 6.5.2


pip install importlib-resources

  Latest version

Released: Jan 03, 2025

Project Links

Meta
Author: Barry Warsaw
Maintainer: Barry Warsaw
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
https://img.shields.io/pypi/v/importlib_resources.svg https://img.shields.io/pypi/pyversions/importlib_resources.svg tests Ruff https://readthedocs.org/projects/importlib-resources/badge/?version=latest https://img.shields.io/badge/skeleton-2025-informational https://tidelift.com/badges/package/pypi/importlib-resources

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

6.0

3.13

5.12

3.12

5.7

3.11

5.0

3.10

1.3

3.9

0.5 (?)

3.7

For Enterprise

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.

Learn more.

6.5.2 Jan 03, 2025
6.5.1 Jan 03, 2025
6.5.0 Jan 03, 2025
6.4.5 Sep 09, 2024
6.4.4 Aug 21, 2024
6.4.3 Aug 17, 2024
6.4.2 Aug 14, 2024
6.4.1 Aug 14, 2024
6.4.0 Mar 21, 2024
6.3.2 Mar 19, 2024
6.3.1 Mar 16, 2024
6.3.0 Mar 12, 2024
6.2.0 Mar 12, 2024
6.1.3 Mar 07, 2024
6.1.2 Feb 25, 2024
6.1.1 Nov 07, 2023
6.1.0 Sep 20, 2023
6.0.1 Aug 07, 2023
6.0.0 Jul 07, 2023
5.13.0 Jul 07, 2023
5.12.0 Feb 17, 2023
5.11.1 Feb 17, 2023
5.11.0 Feb 17, 2023
5.10.4 Feb 17, 2023
5.10.3 Feb 17, 2023
5.10.2 Dec 28, 2022
5.10.1 Dec 06, 2022
5.10.0 Oct 08, 2022
5.9.0 Jul 22, 2022
5.8.1 Jul 22, 2022
5.8.0 Jun 16, 2022
5.7.1 Apr 17, 2022
5.7.0 Apr 13, 2022
5.6.0 Mar 26, 2022
5.4.0 Oct 30, 2021
5.3.0 Oct 18, 2021
5.2.3 Oct 17, 2021
5.2.2 Jul 30, 2021
5.2.1 Jul 29, 2021
5.2.0 Jun 28, 2021
5.1.4 May 21, 2021
5.1.3 May 13, 2021
5.1.2 Mar 04, 2021
5.1.1 Feb 28, 2021
5.1.0 Jan 19, 2021
5.0.7 Oct 10, 2021
5.0.6 May 26, 2021
5.0.5 May 21, 2021
5.0.4 Mar 04, 2021
5.0.3 Feb 28, 2021
5.0.2 Feb 28, 2021
5.0.0 Jan 10, 2021
4.1.1 Dec 28, 2020
4.1.0 Dec 25, 2020
4.0.0 Dec 23, 2020
3.3.1 Dec 23, 2020
3.3.0 Oct 28, 2020
3.2.1 Oct 28, 2020
3.2.0 Oct 26, 2020
3.1.1 Oct 23, 2020
3.1.0 Oct 22, 2020
3.0.0 Jun 30, 2020
2.0.1 Jun 13, 2020
2.0.0 Jun 08, 2020
1.5.0 Apr 26, 2020
1.4.0 Mar 19, 2020
1.3.1 Mar 06, 2020
1.3.0 Mar 06, 2020
1.2.0 Mar 02, 2020
1.1.0 Mar 01, 2020
1.0.2 Nov 01, 2018
1.0.1 Jun 29, 2018
1.0 Jun 28, 2018
0.8 May 17, 2018
0.7 May 15, 2018
0.6 May 15, 2018
0.5 May 01, 2018
0.4 Mar 27, 2018
0.3 Feb 18, 2018
0.2 Dec 14, 2017
0.1.0 Dec 07, 2017
Extras:
Dependencies:
zipp (>=3.1.0)