Skip to content

Instantly share code, notes, and snippets.

@zeha
Last active August 29, 2015 14:03
Show Gist options
  • Save zeha/7b58e8cdfa2fd7116768 to your computer and use it in GitHub Desktop.
Save zeha/7b58e8cdfa2fd7116768 to your computer and use it in GitHub Desktop.

Python packages

Also called "eggs", when zipped and renamed.

Note that packages means two things in the Python world:

a directory with an __init__.py an egg, or a source of that, also called distribution. (Something installable. A collection of ... modules & packages.) This page will use distribution when referring to the second thing, and package for the directories.

(Note that module denotes a single .py file!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment