--- id: importlib-resources version: "7.1.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # importlib-resources — Read resources from Python packages License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install importlib-resources uv add importlib-resources poetry add importlib-resources ## Description .. image:: https://img.shields.io/pypi/v/importlib_resources.svg :target: https://pypi.org/project/importlib_resources .. image:: https://img.shields.io/pypi/pyversions/importlib_resources.svg .. image:: https://github.com/python/importlib_resources/actions/workflows/main.yml/badge.svg :target: https://github.com/python/importlib_resources/actions?query=workflow%3A%22tests%22 :alt: tests .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff .. image:: https://readthedocs.org/projects/importlib-resources/badge/?version=latest :target: https://importlib-resources.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/skeleton-2025-informational :target: https://blog.jaraco.com/skeleton .. image:: https://tidelift.com/badges/package/pypi/importlib-resources :target: https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources&utm_medium=readme ``importlib_resources`` is a backport of Python standard... ## AI interpretation — verify before relying Provides a backport of Python's standard library importlib.resources module for older Python versions, enabling reliable access to package resources with stable APIs as an alternative to pkg_resources. Verdict: A well-maintained, production-stable backport of a standard library module with no known vulnerabilities, minimal dependencies, and permissive licensing. Suitable for projects needing reliable resource access on Python 3.10+, particularly as a migration path from pkg_resources. [View on SkillFed](https://skillfed.io/packages/importlib-resources) · [View on PyPI](https://pypi.org/project/importlib-resources/)