--- id: pyobjc-framework-threadnetwork version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-ThreadNetwork — Wrappers for the framework ThreadNetwork on macOS License: permissive · Maintenance: active · Downloads: 629.0K/mo ## 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 above — 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 pip install pyobjc-framework-threadnetwork uv add pyobjc-framework-threadnetwork poetry add pyobjc-framework-threadnetwork ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 629.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags thread network macos python, pyobjc threadnetwork bindings, apple thread networking python, macos thread protocol python, pyobjc framework wrappers, objective-c thread network, macos networking python bindings, macos-only, pyobjc-binding, thread-protocol [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-threadnetwork) · [View on PyPI](https://pypi.org/project/pyobjc-framework-threadnetwork/)