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.
|
2 years ago | |
---|---|---|
bin | 10 years ago | |
data | 7 years ago | |
espionage | 2 years ago | |
.gitignore | 2 years ago | |
COPYING | 10 years ago | |
ChangeLog | 7 years ago | |
MANIFEST.in | 7 years ago | |
README | 10 years ago | |
setup.py | 2 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