<previous | top | next> Pyro Manual

5. Pyro's Implementation

XXX Unfinished

The command-line tools (bin/*)

The command-line tools are all in fact very small Python scripts. They contain a few Python statements which start the actual tools, which are part of the Pyro package:

Pyro package initializer (Pyro/__init__.py)

Pyro is a Python package and as such is contained in the 'Pyro' directory. This directory contains the different module files which make up the Pyro system. One of them is the initialization file, __init__.py.

Core library (Pyro/core.py)

Naming Service (Pyro/naming.py)

Exception definitions (Pyro/errors.py)

Protocol Adapters (Pyro/protocol.py)

Utilities (Pyro/util.py)

Configuration (Pyro/configuration.py)