D-Bus introspection XML parser and processor
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's API is currently unstable and is likely to change wildly.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://tecnocode.co.uk/dbus-deviation/
