Provides utilities and mapping data for Sphinx intersphinx inventory URLs, enabling cross-referencing across documentation of popular Python libraries. Version 0.2605.27 has a release-per-commit cadence.
pip install intersphinx-registryVerified import paths — ran on the pinned version, not inferred.
Get intersphinx mapping for common packages.
Check the registry source for supported names: https://github.com/jarrodmillman/intersphinx-registry/blob/main/src/intersphinx_registry/data/objects.json
Upgrade to >=0.2605.27 and verify your intersphinx mappings.
Use dict items directly; no need to convert.
Upgrade: pip install --upgrade intersphinx-registry
Check the list of supported packages: from intersphinx_registry import get_intersphinx_mapping; print(get_intersphinx_mapping().__len__()) or inspect the JSON file.