Socket
Socket
Sign inDemoInstall

pyprocess

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyprocess

process name managment.


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc