bhoelHelper moduleCheckArgs.py
CheckArgs is used to process parameters for
functions and class methods. It handels *data and
**keyword arguments.
gVector.py
gVector inherits most of it's functionality from
Konrad Hinsens's Vector module. But it works for 2D
vectors as well as for 3D vectors.
machar.py
machar is a python implement of the machar routine
from "Numerical recipes in C". It determines and makes avaible the
machine specific parameters affecting floating point arithmetic.
genereate_doc.py is used to genereate html documentation
from the above using pythondoc.
Unpack bhoelHelper-0.1.tar.gz in the
python1.5/site-packages/ directory and create a link from
bhoelHelper to bhoelHelper-0.1:
>cd .../python1.5/site-packages >gunzip bhoelHelper-0.1.tar.gz >tar xf bhoelHelper-0.1.tar >ln -s bhoelHelper-0.1 bhoelHelper
pythondoc to genereate this
documentation.