Table of Contents

Python - Package

About

Code Shipping - (Module|Component) in Python

Physically,

Logically, a package is a module (parent module):

See also:

Type

Python defines two types of packages:

Management

Distribution

See Python - Regular Package (Shipping | Packaging)

Configuration

See Python - setup.py

Installation

See Python - Regular Package

Location

See Python - Regular Package

Documentation / Reference