Skip to content

Commit 1ad5354

Browse files
authored
Update PySide/QtBluetooth description in README
Clarified the description of PySide/QtBluetooth in the README.
1 parent dd18fd6 commit 1ad5354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ _Libraries to work with bluetooth and BLE._
197197
- [pygatt](https://github.com/peplin/pygatt) - Python wrapper for gatttool (a deprecated tool from BlueZ) and the BGAPI for accessing Bluetooth LE Devices.
198198
- [bless](https://github.com/kevincar/bless) - Cross-platform Bluetooth Low Energy Server Python Library.
199199
- [bumble](https://github.com/google/bumble) - A is a full-featured Bluetooth stack written entirely in Python maintained by google.
200-
- [PySide/QtBluetooth](https://doc.qt.io/qtforpython-6/PySide6/QtBluetooth/index.html) - Python bindings for cross-platform QtBluetooth API from PySide.
201200
- [PyQt/QtBluetooth](https://www.riverbankcomputing.com/static/Docs/PyQt6/api/qtbluetooth/qtbluetooth-module.html) - Python bindings for cross-platform QtBluetooth API from PyQt.
201+
- [PySide/QtBluetooth](https://doc.qt.io/qtforpython-6/PySide6/QtBluetooth/index.html) - Python bindings for cross-platform QtBluetooth API from PySide, same as PyQt but different licensing.
202202

203203
## Build Tools
204204

0 commit comments

Comments
 (0)