orestis / pyobjc

Clone of SVN of PyObjC (not affiliated)

This URL has Read+Write access

ronaldoussoren (author)
Sun May 03 12:01:44 -0700 2009
commit  40eedd29703be719b2279a83b58cb985c5456b6a
tree    050e5c299fa2a05c00dea6fd835765e9824af5a9
parent  d85da3840cb040f4ff0c8960c19e39d25fede4ce
pyobjc / notify
name age message
..
directory Examples/ Loading commit data...
directory Lib/
file License.txt
directory Modules/
file ReadMe.txt
file setup.py
notify/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.