Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

package that includes a function to create a single unique process based on changing its name using setproctitle.

Notifications You must be signed in to change notification settings

Zincr0/pyprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyprocess

Package that includes a function 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.

License: http://www.opensource.org/licenses/bsd-license.php

About

package that includes a function to create a single unique process based on changing its name using setproctitle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published