dasbus icon indicating copy to clipboard operation
dasbus copied to clipboard

DBus library in Python 3

Results 23 dasbus issues
Sort by recently updated
recently updated
newest added

Do you know the one about hell and good intentions?

ci and tests

- Change license string to match one of the spdx strings: https://spdx.org/licenses/ - Remove duplicate files after installing - Add "Group" label appropriate for SUSE - Example build output is...

The caller is responsible for doing this according to: https://docs.gtk.org/gio/callback.DBusInterfaceMethodCallFunc.html this should fix #80

bug

Consider the following script [one.py.txt](https://github.com/rhinstaller/dasbus/files/8027995/one.py.txt) If this script is run, and the following loop is run in another (bash) window ``` while busctl --user call com.carnegierobotics.test /com/carnegierobotics/test com.carnegierobotics.dasbus.test One; do...

bug

The `dbus_interface` decorator doesn't generate XML specification for members of another DBus interface. It is not easy to discover why these members are not generated, because they are just silently...

enhancement

I'm looking into adding support for the "new" dbus API in PyBluez. In order to initiate a incoming connection with BlueZ's [Profile interface](https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/profile-api.txt), BlueZ accepts the connection and passes the...

enhancement

I've been flicking through the code and can't seem to find a way to remove a published object. My setup is similar to [example 5](https://github.com/rhinstaller/dasbus/blob/23d7e0362625dcbce0dddee6dae6b73e00185e4a/examples/05_chat/server.py#L32), How would I go about...

documentation

I am working on a BLE application and to register gatt manager application using bluez i have to implement ObjectManager interface which is not possible with dasbus i guess. are...

enhancement

It would be good to regularly check whether the `dasbus` library is compatible with the upstream `pygobject`. See https://github.com/rhinstaller/dasbus/pull/51.

ci and tests

From https://docs.python.org/3.9/whatsnew/3.9.html#pep-585-builtin-generic-types: > In type annotations you can now use built-in collection types such as list and dict as generic types instead of importing the corresponding capitalized types (e.g. List...

enhancement