René's URL Explorer Experiment


Title: pkgutil — Package extension utility — Python 3.14.2 documentation

Open Graph Title: pkgutil — Package extension utility

Description: Source code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.

Open Graph Description: Source code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.

Opengraph URL: https://docs.python.org/3/library/pkgutil.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_pkgutil_c0124e2d.png
og:image:altSource code: Lib/pkgutil.py This module provides utilities for the import system, in particular package support.
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
zipimport — Import modules from Zip archiveshttps://docs.python.org/3/library/zipimport.html
modulefinder — Find modules used by a scripthttps://docs.python.org/3/library/modulefinder.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/pkgutil.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/modulefinder.html
previoushttps://docs.python.org/3/library/zipimport.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Importing Moduleshttps://docs.python.org/3/library/modules.html
pkgutil — Package extension utilityhttps://docs.python.org/3/library/pkgutil.html
https://docs.python.org/3/library/pkgutil.html#module-pkgutil
Lib/pkgutil.pyhttps://github.com/python/cpython/tree/3.14/Lib/pkgutil.py
https://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo
https://docs.python.org/3/library/pkgutil.html#pkgutil.extend_path
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
__path__https://docs.python.org/3/reference/datamodel.html#module.__path__
sitehttps://docs.python.org/3/library/site.html#module-site
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
os.path.isdir()https://docs.python.org/3/library/os.path.html#os.path.isdir
https://docs.python.org/3/library/pkgutil.html#pkgutil.get_importer
finderhttps://docs.python.org/3/glossary.html#term-finder
sys.path_importer_cachehttps://docs.python.org/3/library/sys.html#sys.path_importer_cache
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_importers
finderhttps://docs.python.org/3/glossary.html#term-finder
sys.meta_pathhttps://docs.python.org/3/library/sys.html#sys.meta_path
sys.path_hookshttps://docs.python.org/3/library/sys.html#sys.path_hooks
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://docs.python.org/3/library/pkgutil.html#pkgutil.iter_modules
ModuleInfohttps://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo
sys.pathhttps://docs.python.org/3/library/sys.html#sys.path
finderhttps://docs.python.org/3/glossary.html#term-finder
importlib.machinery.FileFinderhttps://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder
zipimport.zipimporterhttps://docs.python.org/3/library/zipimport.html#zipimport.zipimporter
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://docs.python.org/3/library/pkgutil.html#pkgutil.walk_packages
ModuleInfohttps://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
finderhttps://docs.python.org/3/glossary.html#term-finder
importlib.machinery.FileFinderhttps://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder
zipimport.zipimporterhttps://docs.python.org/3/library/zipimport.html#zipimport.zipimporter
importlibhttps://docs.python.org/3/library/importlib.html#module-importlib
PEP 302https://peps.python.org/pep-0302/
https://docs.python.org/3/library/pkgutil.html#pkgutil.get_data
loaderhttps://docs.python.org/3/glossary.html#term-loader
get_datahttps://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader.get_data
loaderhttps://docs.python.org/3/glossary.html#term-loader
get_datahttps://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader.get_data
loaderhttps://docs.python.org/3/glossary.html#term-loader
namespace packageshttps://docs.python.org/3/glossary.html#term-namespace-package
get_datahttps://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader.get_data
https://docs.python.org/3/library/pkgutil.html#pkgutil.resolve_name
bpo-12915https://bugs.python.org/issue?@action=redirect&bpo=12915
ValueErrorhttps://docs.python.org/3/library/exceptions.html#ValueError
ImportErrorhttps://docs.python.org/3/library/exceptions.html#ImportError
AttributeErrorhttps://docs.python.org/3/library/exceptions.html#AttributeError
zipimport — Import modules from Zip archiveshttps://docs.python.org/3/library/zipimport.html
modulefinder — Find modules used by a scripthttps://docs.python.org/3/library/modulefinder.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/pkgutil.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/modulefinder.html
previoushttps://docs.python.org/3/library/zipimport.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Importing Moduleshttps://docs.python.org/3/library/modules.html
pkgutil — Package extension utilityhttps://docs.python.org/3/library/pkgutil.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.