--- id: pyobjc-framework-symbols version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-Symbols — Wrappers for the framework Symbols on macOS License: permissive · Maintenance: active · Downloads: 623.0K/mo ## What it is and what it does This package wraps Apple's Symbols framework for macOS, making its APIs accessible from Python via PyObjC. It is one of many framework-specific bindings in the PyObjC ecosystem, providing low-level access to native symbol functionality on macOS without including its own documentation—users must consult Apple's framework documentation and PyObjC's translation guides to understand how to use it. The package is a thin bridge layer: it depends on pyobjc-core for the binding infrastructure and pyobjc-framework-Cocoa for foundational macOS APIs. It is primarily useful for developers building macOS applications or tools in Python that need direct access to symbol-related system APIs, or for projects that already use PyObjC and require this specific framework's capabilities. Use it for: - Building macOS applications in Python that need to work with symbol information or debugging symbols. - Accessing native symbol resolution or symbol table functionality from Python on macOS systems. - Extending PyObjC-based projects with Symbols framework capabilities not available through other bindings. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for macOS's Symbols framework, enabling access to native symbol-related APIs through PyObjC. Yes, if you are developing on macOS and need access to the Symbols framework from Python. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive license. It is not useful on non-macOS systems. ## Install pip install pyobjc-framework-symbols uv add pyobjc-framework-symbols poetry add pyobjc-framework-symbols ## Installing pyobjc-framework-Symbols Before you install: Low friction installation as a pure-Python wheel. Actively maintained with a release 3 days old; repository shows recent activity and stable development status. License in practice: MIT license permits commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install pyobjc-framework-symbols import Symbols # Access Symbols framework APIs through PyObjC bindings Requires macOS; Python 3.10 or later; pyobjc-core and pyobjc-framework-Cocoa must be installed as runtime dependencies. Verify before relying: - What specific symbol-related functionality the Symbols framework exposes and typical use cases beyond framework wrapping. - Whether this package is typically used standalone or primarily as a dependency of other PyObjC-based projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 623.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos symbols framework python, pyobjc symbols bindings, native macos symbol access, objective-c symbols wrapper, macos symbol resolution python, macos-native, pyobjc-framework [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-symbols) · [View on PyPI](https://pypi.org/project/pyobjc-framework-symbols/)