skillfed

pyobjc-framework-Symbols

Wrappers for the framework Symbols on macOS

pyobjc-framework-symbols v12.2.2 623.0K downloads/30d#5,705 on PyPI803
Permissive license MIT Active released

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-symbols

uv

uv add pyobjc-framework-symbols

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos symbols framework pythonpyobjc symbols bindingsnative macos symbol accessobjective-c symbols wrappermacos symbol resolution python
macos-nativepyobjc-framework

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Security

Provides Python bindings to macOS's native…

permissive · top 5,000 on PyPI

pyobjc-framework-ThreadNetwork

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafetyKit

Provides Python bindings to macOS's SafetyKit…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

cxxfilt

Demangle C++ symbol names by wrapping the…

permissive · top 5,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

abi3info

abi3info exposes CPython's limited API and…

permissive · top 15,000 on PyPI