18 Commits

Author SHA1 Message Date
J. Nick Koston
1f7f52dd89
chore: add codspeed badge (#351) 2025-01-07 12:25:32 -10:00
J. Nick Koston
eda37061c4
chore: switch to ruff (#339)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 09:37:35 -10:00
David Lechner
67255f7e01
fix: fix remaining altdesktop links (#169)
There were still a few links incorrectly pointing back to
altdesktop/python-dbus-next on GitHub.
2022-11-23 10:18:11 -07:00
J. Nick Koston
b737574cf0
feat: add optional cython extension (#44) 2022-10-01 13:10:34 -10:00
David Lechner
d71f0e1fbd
use asyncio.run() in examples
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.

Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
J. Nick Koston
6bc87e0f07
fix: readme (#13) 2022-09-09 13:44:21 -05:00
J. Nick Koston
7396b5f475
fix: readme (#8) 2022-09-09 10:39:22 -05:00
J. Nick Koston
f628e87a1b
fix: readme (#5) 2022-09-09 10:30:37 -05:00
J. Nick Koston
7ca05c8669
Update README.md 2022-09-09 08:50:29 -05:00
J. Nick Koston
14d0ef3351
Update README.md 2022-09-09 08:50:13 -05:00
J. Nick Koston
2e96ae63e8 Merge branch 'main' of https://github.com/Bluetooth-Devices/dbus-fast 2022-09-09 08:48:36 -05:00
J. Nick Koston
60308e0b0c chore: rename 2022-09-09 08:48:23 -05:00
J. Nick Koston
e6f5338d8b
Update README.md 2022-09-09 08:46:35 -05:00
J. Nick Koston
36b08afbff chore: rename 2022-09-09 08:45:49 -05:00
J. Nick Koston
7e9609b0f5 chore: rename 2022-09-09 08:44:30 -05:00
J. Nick Koston
262c6627f9
Create README.md 2022-09-09 08:42:28 -05:00
J. Nick Koston
169581f691 chore: initial commit 2022-09-09 08:37:05 -05:00