You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Davide Andreoli 0900c83fe7 Don't use deprecated functions 3 years ago
bin Espionage: initial commit 10 years ago
data Better FDO support 8 years ago
espionage Don't use deprecated functions 3 years ago
.gitignore gitignore++ 3 years ago
COPYING Espionage: initial commit 10 years ago
ChangeLog Prepare the 1.0 relese 8 years ago
MANIFEST.in Prepare the 1.0 relese 8 years ago
README Espionage: initial commit 10 years ago
setup.py Whoops, unbreak setup.py 3 years ago

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