public
Description: Clone of SVN of PyObjC (not affiliated)
Homepage: http://pyobjc.sourceforge.net/
Clone URL: git://github.com/orestis/pyobjc.git
ronaldoussoren (author)
Sun Jun 01 23:01:24 -0700 2008
commit  74109ba539d8dc0accb107ba09d4cad835378109
tree    0b1711e04f58369e8ce65df266c6e8c381a99554
parent  27514ec4e6d997a94c0c3a420e0533abebaf37bd
pyobjc / notify
name age message
..
directory Examples/ Thu May 04 22:16:34 -0700 2006 Mostly complete wrappers for notify.h, the only... [ronaldoussoren]
directory Lib/ Thu May 04 22:16:34 -0700 2006 Mostly complete wrappers for notify.h, the only... [ronaldoussoren]
file License.txt Thu May 04 22:16:34 -0700 2006 Mostly complete wrappers for notify.h, the only... [ronaldoussoren]
directory Modules/ Mon May 08 08:28:22 -0700 2006 Add threading support [ronaldoussoren]
file ReadMe.txt Thu May 04 22:16:34 -0700 2006 Mostly complete wrappers for notify.h, the only... [ronaldoussoren]
file setup.py Sun Aug 06 09:31:57 -0700 2006 Convert to setuptools [ronaldoussoren]
ReadMe.txt
Theses are wrappers for the notify library on Mac OS X 10.3 or later. This 
library allows processes to exchange stateless notification events.

Notifications are associated with names in a namespace shared by all
clients of the system.  Clients may post notifications for names, and
may monitor names for posted notifications.  Clients may request
notification delivery by a number of different methods.

To install::
   
   $ python setup.py install

See the ``Examples/`` directory for some examples of how to use this library.