Skip to main content

Bluetooth Python extension module

Project description

PyBluez2

Build Status

The PyBluez module allows Python code to access the host machine's Bluetooth resources. It supports scanning for devices and opening bluetooth sockets (via native sockets on win/linux)

Platform Support

Linux macOS Windows
:heavy_check_mark: :heavy_check_mark: :heavy_check_mark:

Python Version Support

  • Windows: >= 3.9
  • Mac: >= 3.5
  • Linux: >= 3.5

Examples

# simple inquiry example
import bluetooth

nearby_devices = bluetooth.discover_devices(lookup_names=True)
print("Found {} devices.".format(len(nearby_devices)))

for addr, name in nearby_devices:
    print("  {} - {}".format(addr, name))

Installation

Install using pip:

pip install pybluez2

License

This library is based on the work that has been put into the original 'PyBluez' library by:

PyBluez is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

PyBluez is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with PyBluez; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybluez2-0.46.tar.gz (50.3 kB view hashes)

Uploaded Source

Built Distributions

pybluez2-0.46-cp310-cp310-win_amd64.whl (32.8 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

pybluez2-0.46-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (190.7 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybluez2-0.46-cp310-cp310-macosx_10_15_x86_64.whl (31.9 kB view hashes)

Uploaded CPython 3.10 macOS 10.15+ x86-64

pybluez2-0.46-cp39-cp39-win_amd64.whl (33.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

pybluez2-0.46-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (189.9 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybluez2-0.46-cp39-cp39-macosx_10_15_x86_64.whl (31.9 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

pybluez2-0.46-cp38-cp38-win_amd64.whl (33.1 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

pybluez2-0.46-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (191.1 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybluez2-0.46-cp38-cp38-macosx_10_15_x86_64.whl (31.8 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

pybluez2-0.46-cp37-cp37m-win_amd64.whl (33.0 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

pybluez2-0.46-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (190.1 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pybluez2-0.46-cp37-cp37m-macosx_10_15_x86_64.whl (31.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page