Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Clone of SVN of PyObjC (not affiliated)
Homepage: http://pyobjc.sourceforge.net/
Clone URL: git://github.com/orestis/pyobjc.git
Search Repo:
pyobjc / launch
name age message
..
folder Lib/ Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
folder License.txt Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
folder Modules/ Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
folder ReadMe.txt Mon May 08 08:34:12 -0700 2006 Initial drop of wrappers for the launch.h libra... [ronaldoussoren]
folder 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.