Requirements
============
- python 2.4+
- python-setuptools 0.6c7+

Installation
============
Use the rpm ... or 
- Become root (or root like) user
- run ./setup.py install

RPM
===
To create an rpm ...
- Edit *.spec
- ./setup.py sdist 
- cp dist/* ~/rpmbuild/SOURCES/
- rpmbuild -ba *.spec
