{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"User Interfaces","url":"https://skillfed.io/packages/category/software-development-user-interfaces"}],"enrichment":{"capability":"Provides Python bindings to macOS's libdispatch (Grand Central Dispatch) framework, enabling access to Apple's concurrent task scheduling system from Python code.","skillfed_tags":["macos-only","objc-bindings","concurrency"],"use_cases":["Integrate Python code with Cocoa frameworks that expect dispatch-based concurrency.","Build macOS desktop applications in Python that need access to native scheduling primitives.","Coordinate operations between Python and Objective-C components in a hybrid codebase.","Access libdispatch from Python when porting macOS applications or libraries.","Work with pyobjc-framework-Cocoa in projects requiring dispatch queue integration."],"what_it_does":"pyobjc-framework-libdispatch wraps Apple's libdispatch (Grand Central Dispatch) library for use in Python on macOS. It allows Python developers to access the same low-level concurrency primitives that native macOS applications use. The package is part of the PyObjC project and requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.\n\nThis is a thin binding layer\u2014it does not include its own documentation, instead directing users to Apple's official dispatch documentation and PyObjC's general guidance on Objective-C to Python translation. It is useful when you need direct access to libdispatch from Python, typically in macOS-specific applications or when integrating with Cocoa frameworks. The package supports Python 3.10 through 3.15 and is actively maintained.","worth_installing":"Yes, if you are developing on macOS and need direct access to libdispatch or Cocoa framework integration. Active maintenance, recent releases, permissive MIT license, and zero known vulnerabilities make it safe. No, if you are on non-macOS platforms or can meet your needs with Python's built-in asyncio or threading modules."},"id":"pyobjc-framework-libdispatch","links":{"html":"https://skillfed.io/packages/pyobjc-framework-libdispatch","md":"https://skillfed.io/packages/pyobjc-framework-libdispatch.md","pypi":"https://pypi.org/project/pyobjc-framework-libdispatch/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-11","license_spdx":null,"license_treatment":"permissive","name":"pyobjc-framework-libdispatch","python_support":"supports_current","summary":"Wrappers for libdispatch on macOS"},"popularity":{"monthly_downloads":823319,"position":4969,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"12.2.2"}
