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