public
Description: Clone of SVN of PyObjC (not affiliated)
Homepage: http://pyobjc.sourceforge.net/
Clone URL: git://github.com/orestis/pyobjc.git
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.