pyobjc-framework-ThreadNetwork
Wrappers for the framework ThreadNetwork on macOS
What it is and what it does
This package wraps Apple's ThreadNetwork framework for use in Python via PyObjC, allowing developers to access Thread networking functionality from macOS applications written in Python. It is a thin binding layer that translates between Python and Objective-C, with no bundled documentation—users must consult Apple's native framework documentation and PyObjC's general translation guides.
The package is part of the larger PyObjC project and serves developers building macOS applications that need to interact with Thread networking protocols. It depends on pyobjc-core and pyobjc-framework-Cocoa, and is actively maintained with support for Python 3.10 through 3.15.
Use it for:
- Build macOS applications that manage Thread network devices or join Thread networks from Python.
- Integrate Thread networking capabilities into cross-platform Python desktop apps targeting macOS.
- Develop IoT or smart-home control software on macOS that communicates over Thread protocol.
- Create system utilities or daemons on macOS that interact with Thread networking hardware.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's ThreadNetwork framework on macOS, enabling Python code to interact with Thread networking capabilities through PyObjC.
Yes, if you are developing on macOS and need to access the ThreadNetwork framework from Python. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and installs with low friction. However, it is only useful on macOS and requires Python 3.10+; it is not a cross-platform solution.
Install
pyobjc-framework-threadnetwork on PyPI
pip
pip install pyobjc-framework-threadnetworkuv
uv add pyobjc-framework-threadnetworkpoetry
poetry add pyobjc-framework-threadnetworkInstalling pyobjc-framework-ThreadNetwork
Before you install
Low install friction with a pure-wheel distribution. Actively maintained with a release 3 days old and recent commits. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making this suitable for most projects without licensing concerns.
Quickstart
pip install pyobjc-framework-threadnetwork
from ThreadNetwork import OTAPI
# Use ThreadNetwork framework APIs through PyObjC bindings
Requires macOS; ThreadNetwork framework is not available on other operating systems. Requires Python 3.10 or later.
Verify before relying
- Whether the package includes type hints or stubs for IDE support and static analysis.
- Specific Thread protocol versions or macOS versions supported by this binding version.
- Whether there are known limitations or incomplete API coverage compared to the native framework.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 629,022/month — #5,671 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_threadnetwork-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, ThreadNetwork
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-MultipeerConnectivityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CFNetworkProvides Python bindings to macOS's CFNetwork…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SymbolsProvides Python bindings for macOS's Symbols…
permissive · top 15,000 on PyPI
pyobjc-framework-PreferencePanesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI
pyobjc-framework-BusinessChatProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AdSupportProvides Python bindings to macOS's AdSupport…
permissive · top 15,000 on PyPI