totally rewritten setup.py with standard Python practices;
debian packaging rewritten as well - uses new style dh-python module
removed bad styled, useless make.sh executables.
all python modules has PEP8 formatting
C++ module uses _-prefix name (standard way) with temporary "from _fastrpc import *" .py-wrapper (we should add normal python wrap code with good help and standard interface like xmlrpclib).
Here we go: