Metadata-Version: 1.0
Name: pyprocess
Version: 0.0.4
Summary: process name managment.
Home-page: https://github.com/Nievous/pyprocess
Author: Daniel Mondaca
Author-email: dnielm@gmail.com
License: Bsd
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. 
        
        license: http://www.opensource.org/licenses/bsd-license.php
        
Keywords: process name
Platform: GNU/Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
