Python extension module is provided with the library. That makes it possible to use libeveusb API in applications written in Python.
‹install_dir›/redistr/eveusb_python.tar.gz archive contains the source distribution of Python extension module.
eveusbsh is the interpreter written in Python for daemon management from the console. It is installed into /usr/local/bin or /usr/bin and uses the Python extension module itself.
If C++ compiler is present in the system, and python-dev package is installed, the post installation script will install the Python extension module and eveusbsh automatically. Also, you can install the Python extension module and eveusbsh file manually at any moment - just unpack eveusb_python.tar.gz and execute 'sudo ./setup.py install' command. To see the example of libeveusb API usage, refer to eveusbsh.