Metadata-Version: 1.0
Name: procname-redux
Version: 0.3
Summary: Set process titles in Python programs
Home-page: http://github.com/lericson/procname/
Author: Eugene Pankov & Ludvig Ericson
Author-email: e.pankov@syslink.de
License: UNKNOWN
Description: This module allows you to set the process title of a process under at least
        Linux and Mac OS X. Usage::
        
            >>> import procname
            >>> procname.setprocname("hello world")
        
Platform: UNKNOWN
