dbus-deviation is a project for parsing D-Bus introspection XML and processing it in various ways. Its main tool is dbus-interface-diff, which calculates the difference between two D-Bus APIs for the purpose of checking for API breaks. This functionality is also available as a Python module, dbusdeviation.
A second Python module, dbusapi, is provided for parsing D-Bus introspection XML to produce an AST representing a D-Bus interface.
dbus-deviation is licenced under the same licence as the D-Bus project: your choice of the Academic Free License version 2.1, or the GPLv2+.
Tarballs for released versions of dbus-deviation are below. All have been signed with key 4B2EAFA0 (Philip Withnall).
Building and installing follows the standard Python setuptools process:
tar -xzf ./dbus-deviation-$VERSION.tar.gz cd ./dbus-deviation-$VERSION ./setup.py build ./setup.py --prefix=$PREFIX install
API documentation is available on pythonhosted, or available here.
The source code for dbus-deviation is stored in git, which can be viewed online or cloned:
git clone https://github.com/pwithnall/dbus-deviation.git
dbus-deviation uses Bugs Everywhere for feature enhancement tracking, so to view all currently open bugs, clone the dbus-deviation git repository and run:
be list
To file a bug, please contact the authors by e-mail.
dbus-deviation is written by Philip Withnall, as part of R&D work by Collabora.
If you have any bug reports, questions, suggestions or criticism of the project, please e-mail me (philip tecnocode co uk).