Project: pyobjc-core

Python<->ObjC Interoperability Module

Project Details

Latest version
10.1
Home Page
https://github.com/ronaldoussoren/pyobjc
PyPI Page
https://pypi.org/project/pyobjc-core/

Project Popularity

PageRank
0.12928720988197362
Number of downloads
649031

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.

Project links

  • Documentation <https://pyobjc.readthedocs.io/en/latest/>_

  • Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>_

  • Repository <https://github.com/ronaldoussoren/pyobjc/>_