pyobjc-core 12.0


pip install pyobjc-core

  Latest version

Released: Oct 21, 2025


Meta
Author: Ronald Oussoren, bbum, SteveM, LeleG, many others stretching back through the reaches of time...
Maintainer: Ronald Oussoren
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console
  • MacOS X :: Cocoa

Intended Audience
  • Developers

Natural Language
  • English

Operating System
  • MacOS :: MacOS X

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: 3.15
  • Python :: Implementation :: CPython
  • Python :: Free Threading :: 2 - Beta
  • Objective C

Topic
  • Software Development :: Libraries :: Python Modules
  • Software Development :: User Interfaces

PyObjC is a bridge between Python and Objective-C. It allows full featured Cocoa applications to be written in pure Python. It is also easy to use other frameworks containing Objective-C class libraries from Python and to mix in Objective-C, C and C++ source.

Python is a highly dynamic programming language with a shallow learning curve. It combines remarkable power with very clear syntax.

PyObjC also supports full introspection of Objective-C classes and direct invocation of Objective-C APIs from the interactive interpreter.

No dependencies