process name managment.
Project description
Package to create a single unique process based on changing its name using setproctitle.
Installation using easy_install: $ sudo easy_install pyprocess
using pip: $ sudo pip install pyprocess
from source: $ python setup.py install.
(or for develop): $ python setup.py develop.
Usage:
from pyprocess.setProcess import setSingleProcess
setSingleProcess(“somename”)
If all was ok, setSingleProcess will return True.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyprocess-0.0.5.tar.gz
(1.8 kB
view hashes)