Python - Package

Card Puncher Data Processing

Python - Package

About

Code Shipping - (Module|Component) in Python

Physically,

  • package are the directories
  • and modules are the files within this directories.

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

  • which can contain:
    • modules (submodules)
    • and package (subpackages)
  • with an path attribute. (Any module that contains a __path__ attribute is considered a package.)

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





Discover More
Card Puncher Data Processing
Python - Grammar (Package | Module)

in Python On a file system: package are the directories and modules are the files within this directories. what ?? Python predecessor ABC_(programming_language)ABC. Python_syntax_and_semantics...
Card Puncher Data Processing
Python - Packages (Archive, Distribution)

in Python Packages (or better Distribution package) are the result of the packaging of a project that may contains one or more (regular) package regular packageregular package A package is a compressed...



Share this page:
Follow us:
Task Runner