pyobjc-framework-Symbols
Wrappers for the framework Symbols on macOS
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 on this page — 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
pyobjc-framework-symbols on PyPI
pip
pip install pyobjc-framework-symbolsuv
uv add pyobjc-framework-symbolspoetry
poetry add pyobjc-framework-symbolsInstalling 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 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 | 623,034/month — #5,705 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_symbols-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, Symbols
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-SecurityProvides Python bindings to macOS's native…
permissive · top 5,000 on PyPI
pyobjc-framework-ThreadNetworkProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
cxxfiltDemangle C++ symbol names by wrapping the…
permissive · top 5,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
abi3infoabi3info exposes CPython's limited API and…
permissive · top 15,000 on PyPI