Metadata-Version: 1.1
Name: cs.psutils
Version: 20171110
Summary: Assorted process management functions.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: * stop: stop a process with a signal (SIGTERM), await its demise.
        * write_pidfile: save a process pid to a file
        * remove_pidfile: truncate and remove a pid file
        * PidFileManager: context manager for a pid file
        * run: run a command and optionally trace its dispatch.
        * pipefrom: dispatch a command with standard output connected to a pipe
        * pipeto: dispatch a command with standard input connected to a pipe
        * groupargv: break up argv lists to fit within the maximum argument limit
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
