Importing Modules¶
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 archivespkgutilâ Package extension utilitymodulefinderâ Find modules used by a scriptrunpyâ Locating and executing Python modulesimportlibâ The implementation ofimportimportlib.resourcesâ Package resource reading, opening and accessimportlib.resources.abcâ Abstract base classes for resourcesimportlib.metadataâ Accessing package metadata- The initialization of the
sys.pathmodule search path