summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dbus-next
Commit message (Collapse)AuthorAgeFilesLines
* python3-dbus-next: first commit of dbus-next 0.1.2nick83ola2019-10-241-0/+11
>From pypi page: python-dbus-next plans to improve over other DBus libraries for Python in the following ways: * Zero dependencies and pure Python 3. * Support for multiple IO backends including asyncio and the GLib main loop. * Nonblocking IO suitable for GUI development. * Target the latest language features of Python for beautiful services and clients. * Complete implementation of the DBus type system without ever guessing types. * Integration tests for all features of the library. * Completely documented public API. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>