Accept keyword argument introspect=False to Bus.get_object(),
[dbus-python-phuang.git] / README
blob8f7e8f759ea401691492efc4fddf79b0e1c155dc
1 ======================================
2 dbus-python: Python bindings for D-Bus
3 ======================================
5 :Author: Simon McVittie, `Collabora`_
6 :Date: 2006-12-18
7 :Version: 0.80rc3 (internally, 0.79.93)
9 .. Collabora: http://www.collabora.co.uk/
11 Usage
12 =====
14 For client code, see the docstring for dbus/__init__.py.
16 To export objects, see the docstring for dbus/service.py.
18 To develop on dbus-python, see HACKING.txt.
20 Building the API documentation
21 ==============================
23 Because the API documentation is generated with a pre-release version of
24 epydoc, it's not currently built by default. To do so, install
25 `epydoc`_ 3 alpha and `docutils`_, and run ``./configure`` with the
26 ``--enable-api-docs`` option. Documentation starts from ``api/index.html``.
28 .. epydoc: http://epydoc.sourceforge.net/
29 .. python-docutils: http://docutils.sourceforge.net/
31 For now, a copy of the documentation (updated for each release candidate)
32 can be found here: `dbus-python API documentation on people.freedesktop.org`__
34 __ http://people.freedesktop.org/~smcv/dbus-python-0.8pre/epydoc/