Skip to content

leohentschker/pyobjc-core

 
 

Repository files navigation

=================
Welcome to PyObjC
=================

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.

To make it easier to use the core ``objc`` module, this package also provides
a number of modules that are wrappers for the Cocoa frameworks, such as
Foundation and AppKit. These modules not only give you access to the classes in
these frameworks but also to the functions and constants in those modules.

Read `the documentation`_ for more information on how to use this package. The
`installation manual`_ describes how to install this package.

.. _`the documentation`: Doc/index.html

.. _`installation manual`: Install.html

The latest information can always be found at:

    http://pyobjc.sourceforge.net/

For help, please use the pyobjc-dev mailing list:

    http://lists.sourceforge.net/lists/listinfo/pyobjc-dev

b.bum <bbum@codefab.com>, Ronald Oussoren <ronaldoussoren@mac.com>

Packages

No packages published

Languages

  • Python 60.1%
  • Objective-C 32.5%
  • C 6.0%
  • Assembly 0.7%
  • M 0.2%
  • Makefile 0.2%
  • Other 0.3%