--- id: importlib-metadata version: "9.0.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # importlib-metadata — Read metadata from Python packages License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install importlib-metadata uv add importlib-metadata poetry add importlib-metadata ## Description .. image:: https://img.shields.io/pypi/v/importlib_metadata.svg :target: https://pypi.org/project/importlib_metadata .. image:: https://img.shields.io/pypi/pyversions/importlib_metadata.svg .. image:: https://github.com/python/importlib_metadata/actions/workflows/main.yml/badge.svg :target: https://github.com/python/importlib_metadata/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-metadata/badge/?version=latest :target: https://importlib-metadata.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-metadata :target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme Library to access the metadata for a Python package. This package supplies third-party access to the functionality... ## AI interpretation — verify before relying Provides third-party access to Python package metadata, backporting and extending the standard library's importlib.metadata with improvements from newer Python versions. Verdict: A stable, actively maintained top-100 package with low install friction and no known vulnerabilities. Its permissive Apache-2.0 license and single lightweight dependency make it a safe choice for accessing package metadata across Python 3.10+. [View on SkillFed](https://skillfed.io/packages/importlib-metadata) · [View on PyPI](https://pypi.org/project/importlib-metadata/)