The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.
The full list of modules described in this chapter is:
zipimport — Import modules from Zip archives pkgutil — Package extension utilitymodulefinder — Find modules used by a script runpy — Locating and executing Python modulesimportlib — The implementation of import importlib.resources – Package resource reading, opening and access importlib.resources.abc – Abstract base classes for resourcesimportlib.metadata – Accessing package metadata sys.path module search path
© 2001–2023 Python Software Foundation
Licensed under the PSF License.
https://docs.python.org/3.12/library/modules.html