skillfed

pyobjc-framework-IOBluetooth

Wrappers for the framework IOBluetooth on macOS

pyobjc-framework-iobluetooth v12.2.2 642.9K downloads/30d#5,609 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's IOBluetooth framework for use from Python, allowing developers to interact with Bluetooth devices on macOS. It is part of the PyObjC project and provides low-level access to the native framework; the wrappers themselves do not include separate documentation, so you must refer to Apple's IOBluetooth documentation and PyObjC's general translation guides to understand how to use the framework's classes and methods.

The package is a thin binding layer that requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. It is actively maintained, supports Python 3.10 through 3.15 (including free-threading variants), and is distributed as pre-built wheels for macOS universal2 architecture. Installation is straightforward on macOS, but the package is not available on other operating systems.

Use it for:

  • Discover and enumerate Bluetooth devices available on a macOS system.
  • Establish connections to Bluetooth peripherals and manage their lifecycle.
  • Send and receive data over Bluetooth serial or custom profiles from a macOS application.
  • Build macOS utilities or daemons that interact with Bluetooth-enabled hardware.
  • Integrate Bluetooth device control into cross-platform Python applications on macOS.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to macOS's IOBluetooth framework, enabling Bluetooth device discovery, connection, and communication from Python code running on macOS.

Yes, if you are developing on macOS and need to interact with Bluetooth devices from Python. The package is actively maintained, carries no known vulnerabilities, uses a permissive MIT license, and supports current Python versions. Install friction is moderate due to platform specificity and PyObjC dependencies, but both are expected for native framework bindings on macOS. Not applicable on non-macOS systems.

Install

pyobjc-framework-iobluetooth on PyPI

pip

pip install pyobjc-framework-iobluetooth

uv

uv add pyobjc-framework-iobluetooth

poetry

poetry add pyobjc-framework-iobluetooth

Installing pyobjc-framework-IOBluetooth

Before you install

Medium install friction: platform-specific wheels for macOS only (universal2 binaries for multiple Python versions 3.10–3.15). Requires pyobjc-core and pyobjc-framework-Cocoa as dependencies. Active maintenance with a release 3 days old.

License in practice

MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you include the license notice.

Quickstart

pip install pyobjc-framework-iobluetooth

import IOBluetooth
# Access IOBluetooth framework classes and methods via PyObjC bindings

macOS only; requires Python 3.10 or later; requires a macOS system with IOBluetooth framework support.

Verify before relying

  • Whether the package includes type hints or stubs for IDE autocompletion.
  • What specific IOBluetooth classes and methods are exposed by the wrapper.
  • Whether there are known limitations or unsupported IOBluetooth features.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-Cocoa
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 642,919/month — #5,609 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_iobluetooth-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_iobluetooth-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, IOBluetooth

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macOS Bluetooth device controlIOBluetooth Python bindingsBluetooth communication macOSPyObjC Bluetooth frameworkmacOS Bluetooth discoveryBluetooth serial communication macOSmacOS wireless device access
macos-onlybluetoothpyobjc

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

btsocket

A Python library for controlling BlueZ…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreBluetooth

Provides Python bindings to macOS's…

permissive · top 5,000 on PyPI

pyobjc-framework-CoreWLAN

Provides Python bindings to macOS's CoreWLAN…

permissive · top 15,000 on PyPI

pyobjc-framework-MultipeerConnectivity

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-DeviceDiscoveryExtension

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-IOBluetoothUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExternalAccessory

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-libxpc

Provides Python bindings to the macOS XPC…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pymobiledevice3

A pure Python library and command-line tool for…

copyleft · top 15,000 on PyPI