{"id":15008237,"url":"https://github.com/python/importlib_resources","last_synced_at":"2025-10-18T00:14:19.542Z","repository":{"id":37833238,"uuid":"306147182","full_name":"python/importlib_resources","owner":"python","description":"Backport of the importlib.resources module","archived":false,"fork":false,"pushed_at":"2025-05-03T15:40:15.000Z","size":1031,"stargazers_count":70,"open_issues_count":7,"forks_count":49,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-08T13:31:48.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://www.python.org/psf/donations/python-dev/","github":["python"]}},"created_at":"2020-10-21T21:02:58.000Z","updated_at":"2025-05-05T16:45:43.000Z","dependencies_parsed_at":"2024-02-08T00:28:12.376Z","dependency_job_id":"e8d0b7ce-59af-4195-885b-a4e0dfbc6cbc","html_url":"https://github.com/python/importlib_resources","commit_stats":{"total_commits":827,"total_committers":53,"mean_commits":15.60377358490566,"dds":0.279322853688029,"last_synced_commit":"d20000ee1c028588aa1eb8b60363539dca7bce8b"},"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fimportlib_resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fimportlib_resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fimportlib_resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fimportlib_resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python","download_url":"https://codeload.github.com/python/importlib_resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253838502,"owners_count":21972168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:15:41.377Z","updated_at":"2025-10-18T00:14:14.487Z","avatar_url":"https://github.com/python.png","language":"Python","funding_links":["https://www.python.org/psf/donations/python-dev/","https://github.com/sponsors/python","https://tidelift.com/badges/package/pypi/importlib-resources","https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources\u0026utm_medium=readme","https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources\u0026utm_medium=referral\u0026utm_campaign=github"],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/pypi/v/importlib_resources.svg\n   :target: https://pypi.org/project/importlib_resources\n\n.. image:: https://img.shields.io/pypi/pyversions/importlib_resources.svg\n\n.. image:: https://github.com/python/importlib_resources/actions/workflows/main.yml/badge.svg\n   :target: https://github.com/python/importlib_resources/actions?query=workflow%3A%22tests%22\n   :alt: tests\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Ruff\n\n.. image:: https://readthedocs.org/projects/importlib-resources/badge/?version=latest\n   :target: https://importlib-resources.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/skeleton-2025-informational\n   :target: https://blog.jaraco.com/skeleton\n\n.. image:: https://tidelift.com/badges/package/pypi/importlib-resources\n   :target: https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources\u0026utm_medium=readme\n\n``importlib_resources`` is a backport of Python standard library\n`importlib.resources\n\u003chttps://docs.python.org/3/library/importlib.html#module-importlib.resources\u003e`_\nmodule for older Pythons.\n\nThe key goal of this module is to replace parts of `pkg_resources\n\u003chttps://setuptools.readthedocs.io/en/latest/pkg_resources.html\u003e`_ with a\nsolution in Python's stdlib that relies on well-defined APIs.  This makes\nreading resources included in packages easier, with more stable and consistent\nsemantics.\n\nCompatibility\n=============\n\nNew features are introduced in this third-party library and later merged\ninto CPython. The following table indicates which versions of this library\nwere contributed to different versions in the standard library:\n\n.. list-table::\n   :header-rows: 1\n\n   * - importlib_resources\n     - stdlib\n   * - 6.0\n     - 3.13\n   * - 5.12\n     - 3.12\n   * - 5.7\n     - 3.11\n   * - 5.0\n     - 3.10\n   * - 1.3\n     - 3.9\n   * - 0.5 (?)\n     - 3.7\n\nFor Enterprise\n==============\n\nAvailable as part of the Tidelift Subscription.\n\nThis 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.\n\n`Learn more \u003chttps://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources\u0026utm_medium=referral\u0026utm_campaign=github\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Fimportlib_resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython%2Fimportlib_resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Fimportlib_resources/lists"}