Python<->ObjC Interoperability Module
The PyObjC package provides the glue needed to interface the Python interpreter
with the Objective-C language. At its core is the objc
module makes
Objective-C objects and classes available as first-class Python citizens. It is
not only possible to use Objective-C objects but you can also subclass
Objective-C classes.