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 Jul 20 03:04:32 -0700 2008
commit  3f7bd4bc0c4b2ec4cd719382e423119976551de2
tree    c42ec78189a64ee681528ca0a3eede24e958f24f
parent  74109ba539d8dc0accb107ba09d4cad835378109
pyobjc / launch
name age message
..
directory Lib/ Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
file License.txt Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
directory Modules/ Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
file ReadMe.txt Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
file setup.py Sun Aug 06 09:31:22 -0700 2006 Convert to setuptools [ronaldoussoren]
ReadMe.txt
Theses are wrappers for the launch library on Mac OS X 10.3 or later. This 
library allows processes to communicate with launchd, which is used to
to start daemon process.

To install::
   
   $ python setup.py install

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