blob: 565ce0525c2c99f6ad693af42fe504a71e0e4732 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _modules:
2
3*****************
4Importing Modules
5*****************
6
7The modules described in this chapter provide new ways to import other Python
8modules and hooks for customizing the import process.
9
10The full list of modules described in this chapter is:
11
12
13.. toctree::
14
Georg Brandl116aa622007-08-15 14:28:22 +000015 zipimport.rst
16 pkgutil.rst
17 modulefinder.rst
18 runpy.rst
Brett Cannonafccd632009-01-20 02:21:27 +000019 importlib.rst
Jason R. Coombs1bbf7b62019-05-24 19:59:01 -040020 importlib.metadata.rst