
Espionage
---------

 A complete D-Bus inspector written in python that use the EFL.


Requirements
------------

 * Python 2.7 or higher

 * Python-EFL 1.8 or higher

 * python modules: dbus, json, xml.etree



Installation
------------

 * For system-wide installation (needs administrator privileges):

    python setup.py install

 * For user installation:

    python setup.py install --user

 * To install for different version of python:

    pythonX setup.py install

 * Install with a custom prefix:

    python setup.py install --prefix=/MY_PREFIX

 * To create distribution packages:

    python setup.py sdist


License
-------
GNU General Public License v3 - see COPYING
