| commit | 3bc08b4e0d3803d9ca6921ada062f3b9d4b2f1f9 | [log] [tgz] |
|---|---|---|
| author | Leif Dreizler <leifdreizler@gmail.com> | Fri Aug 01 22:24:21 2025 +0000 |
| committer | Leif <leifdreizler@gmail.com> | Fri Aug 01 20:19:25 2025 -0400 |
| tree | 4803aa366fa623e86f7b397908bfcfe0685d578e | |
| parent | 1dc095017728eae4c9bd3c456a4e7a2da7452f5e [diff] |
Update license field to use proper SPDX identifier This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API and is used by downstream tools including deps.dev These changes were generated by Claude after reviewing the license and manifest files in your repository, but opened and reviewed by me. Please let me know if the analysis is incorrect and thanks for being an OSS maintainer.
_ _ _ | | | | | | | |__ _ _ ____ | |__ | | _____ | _ \| | | | \| _ \| || ___ | | |_) ) |_| | | | | |_) ) || ____| |____/|____/|_|_|_|____/ \_)_____)
Bumble is a full-featured Bluetooth stack written entirely in Python. It supports most of the common Bluetooth Low Energy (BLE) and Bluetooth Classic (BR/EDR) protocols and profiles, including GAP, L2CAP, ATT, GATT, SMP, SDP, RFCOMM, HFP, HID and A2DP. The stack can be used with physical radios via HCI over USB, UART, or the Linux VHCI, as well as virtual radios, including the virtual Bluetooth support of the Android emulator.
Browse the pre-built Online Documentation, or see the documentation source under docs/mkdocs/src, or build the static HTML site from the markdown text with:
mkdocs build -f docs/mkdocs/mkdocs.yml
For a quick start to using Bumble, see the Getting Started guide.
To install package dependencies needed to run the bumble examples, execute the following commands:
python -m pip install --upgrade pip python -m pip install ".[test,development,documentation]"
Refer to the Examples Documentation for details on the included example scripts and how to run them.
The complete list of Examples, and what they are designed to do is here.
There are also a set of Apps and Tools that show the utility of Bumble.
Bumble is easiest to use with a dedicated USB dongle. This is because internal Bluetooth interfaces tend to be locked down by the operating system. You can use the usb_probe tool (all platforms) or lsusb (Linux or macOS) to list the available USB devices on your system.
See the USB Transport page for details on how to refer to USB devices. Also, if your are on a mac, see these instructions.
Licensed under the Apache 2.0 License.
This is not an official Google product.
This library is in alpha and will be going through a lot of breaking changes. While releases will be stable enough for prototyping, experimentation and research, we do not recommend using it in any production environment yet. Expect bugs and sharp edges. Please help by trying it out, reporting bugs, and letting us know what you think!