xelview 0.1.0 review

Download
by rbytes.net on

xelview is a browser for libXEL-generated SQLite files

License: GPL (GNU General Public License)
File size: 0K
Developer: Toni Gundogdu
0 stars award from rbytes.net

xelview is a browser for libXEL-generated SQLite files. xelview can export, import, and delete sessions, supports XML and CSV, and provides user-defined event filtering.

Requirements:
Python >= 2.4
PyGTK >= 2.8
libglade >= 2.0
lxml >= 1.1
pysqlite >= 2.3

Notes:

The initial version was released for Python 2.5. The author in his 'great wisdom' has fallen back to Python 2.4, therefore as of version 0.1.1, xelview will run with Python 2.4 and later as long as the required modules are installed. This is the official stand for now. The only 'big' difference between the versions is really that the 'pysqlite' was integrated to Python 2.5 as 'sqlite3'.

Installation:

From source

tar xvzf xelview-0.1.1.tar.gz
cd xelview-0.1.1
python setup.py build && su -c "python setup.py install"

From binary: RPM

rpm -ivh xelview-0.1.1-1.noarch.rpm

Running

python /usr/bin/xelv.py

xelv.py accepts a file parameter, e.g.

python /usr/bin/xelv.py output.xdb

xelview 0.1.0 search tags