Skip to article frontmatterSkip to article content

PyPA Definitions

Import package
A Python module that you can import using an import statement.
Distribution package
An archive (e.g. ZIP, or tar) containing a collection of Import packages and additional metadata (such as which other distribution packages are required by this distribution).