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:
zipimportImport modules from Zip archivespkgutilPackage extension utilitymodulefinderFind modules used by a scriptrunpyLocating and executing Python modulesimportlibThe implementation ofimportimportlib.resourcesPackage resource reading, opening and accessimportlib.resources.abcAbstract base classes for resourcesimportlib.metadataAccessing package metadata- The initialization of the
sys.pathmodule search path