Go to file
Davide Andreoli 0900c83fe7 Don't use deprecated functions 2021-04-26 12:24:32 +02:00
bin Espionage: initial commit 2013-11-02 18:19:03 +01:00
data Better FDO support 2016-05-13 21:53:58 +02:00
espionage Don't use deprecated functions 2021-04-26 12:24:32 +02:00
.gitignore gitignore++ 2021-04-26 09:21:07 +02:00
COPYING Espionage: initial commit 2013-11-02 18:19:03 +01:00
ChangeLog Prepare the 1.0 relese 2016-05-15 09:29:28 +02:00
MANIFEST.in Prepare the 1.0 relese 2016-05-15 09:29:28 +02:00
README Espionage: initial commit 2013-11-02 18:19:03 +01:00
setup.py Whoops, unbreak setup.py 2021-04-26 09:28:33 +02:00

README

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