YamCha python module

% python setup.py build
% su
python setup.py install
  
You can change the install directory with the --prefix option. For example:

% python setup.py install --prefix=/tmp/pybuild/foobar
  
See 'test.py' as an example.
