Table of Contents

Python - Regular Package

About

A regular package is a directory containing an init file.

Structure

/project_home
  /hello_world_pkg
    __init__.py

Management

Install

Package can be installed via distribution package.

See distribution package installation.

Shipping

See Python - Regular Package (Shipping | Packaging)

Location

Their location can be chosen during the installation of distribution package, See install location

Update

See Python - Packages (Archive, Distribution)

Documentation / Reference