https://github.com/multani/dbus-python-egg
Eggification branch of dbus-python package
https://github.com/multani/dbus-python-egg
Last synced: about 1 year ago
JSON representation
Eggification branch of dbus-python package
- Host: GitHub
- URL: https://github.com/multani/dbus-python-egg
- Owner: multani
- License: other
- Created: 2009-09-18T12:21:00.000Z (over 16 years ago)
- Default Branch: eggification
- Last Pushed: 2013-08-30T15:57:06.000Z (over 12 years ago)
- Last Synced: 2025-01-23T02:24:48.719Z (over 1 year ago)
- Language: C
- Homepage: http://dbus.freedesktop.org/
- Size: 2.04 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
=======================================
dbus-python_: Python bindings for D-Bus
=======================================
.. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#python
Usage
=====
Online documentation can be found at
.
There is an incomplete tutorial in `doc/tutorial.txt`__
(if you compile dbus-python with `docutils`_' ``rst2html`` tool installed or
you're reading this document on the D-Bus website, there's also an
`HTML version`__).
__ doc/tutorial.txt
__ doc/tutorial.html
`API documentation`_ is generated if you compile dbus-python with `epydoc`_
version 3 and `docutils`_ installed. An `online copy of the API documentation`_
is also available.
.. _API documentation: api/index.html
.. _epydoc: http://epydoc.sourceforge.net/
.. _docutils: http://docutils.sourceforge.net/
.. _online copy of the API documentation:
http://dbus.freedesktop.org/doc/dbus-python/api/
To develop on dbus-python, see `doc/HACKING.txt`__ or the `HTML version`__.
__ doc/HACKING.txt
__ doc/HACKING.html