1=================
2Welcome to PyObjC
3=================
4
5Leopard branch started from revision 1875 in the main repository.
6
7The PyObjC package provides the glue needed to interface the Python interpreter
8with the Objective-C language. At its core is the ``objc`` module makes 
9Objective-C objects and classes available as first-class Python citizens. It is 
10not only possible to use Objective-C objects but you can also subclass 
11Objective-C classes.
12
13To make it easier to use the core ``objc`` module, this package also provides 
14a number of modules that are wrappers for the Cocoa frameworks, such as
15Foundation and AppKit. These modules not only give you access to the classes in
16these frameworks but also to the functions and constants in those modules.
17
18Read `the documentation`_ for more information on how to use this package. The
19`installation manual`_ describes how to install this package.
20
21.. _`the documentation`: Doc/index.html
22
23.. _`installation manual`: Install.html
24
25The latest information can always be found at:
26
27    http://pyobjc.sourceforge.net/
28
29For help, please use the pyobjc-dev mailing list:
30
31    http://lists.sourceforge.net/lists/listinfo/pyobjc-dev
32
33b.bum <bbum@codefab.com>, Ronald Oussoren <ronaldoussoren@mac.com>
34