5. Pyro's Implementation
XXX Unfinished
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.nsc - the nsc tool
Pyro.xnsc - the xnsc tool
Pyro.pyroc - the pyroc tool
Pyro.util - contains code for the genguid tool
Pyro.naming - contains code for the ns tool
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.