🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

pyprocess

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyprocess

process name managment.

0.0.5
PyPI
Maintainers
1

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.

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

Keywords

process name

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts