14 lines
715 B
Text
14 lines
715 B
Text
|
The PyObjC project aims to provide a bridge between the Python and Objective-C
|
||
|
programming languages. The bridge is intended to be fully bidirectional,
|
||
|
allowing the Python programmer to take full advantage of the power provided by
|
||
|
various Objective-C based toolkits and the Objective-C programmer transparent
|
||
|
access to Python based functionality.
|
||
|
|
||
|
This package contains wrappers for framework 'Cocoa', that is frameworks
|
||
|
'CoreFoundation', 'Foundation' and 'AppKit'.
|
||
|
|
||
|
These wrappers don't include documentation, please check Apple's documention
|
||
|
for information on how to use this framework and PyObjC's documentation
|
||
|
for general tips and tricks regarding the translation between Python
|
||
|
and (Objective-)C frameworks.
|