diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-07-28 18:18:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:04:26 +0700 |
commit | 40ba34da855a24d06f08b9644636edfd1044d0be (patch) | |
tree | 5093f6d0ea87d828f4855a5437cf334efa2346b8 /python/dbus-python3/README | |
parent | c937ffdfcc313f683f8063ed52a1c3313c8d7b14 (diff) | |
download | slackbuilds-40ba34da855a24d06f08b9644636edfd1044d0be.tar.gz |
python/dbus-python3: Added (Python3 bindings for dbus).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dbus-python3/README')
-rw-r--r-- | python/dbus-python3/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/dbus-python3/README b/python/dbus-python3/README new file mode 100644 index 0000000000..2dda6fff50 --- /dev/null +++ b/python/dbus-python3/README @@ -0,0 +1,3 @@ +dbus-python is a binding for libdbus, the reference implementation of D-Bus. For compatibility +reasons, its API involves a lot of type-guessing (despite "explicit is better than implicit" +and "resist the temptation to guess").
\ No newline at end of file |