Metadata-Version: 2.0
Name: proc-watcher
Version: 0.2.2
Summary: a monitor for process
Home-page: https://github.com/KEDYY/process-watcher
Author: Yifei0727
Author-email: Yifei0727@gmail.com
License: MIT
Keywords: process linux monitor
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: desktop-notify
Requires-Dist: notify2; extra == 'desktop-notify'

# process-watcher
Watch Linux processes and notify when they complete. Should also work with MacOS*.

Only needs the */proc* pseudo-filesystem to check and gather information about processes. Does not need to create/own the process, if you want a daemon manager, see the *Alternatives* section below.

Currently written for **Python3**, but shouldn't be difficult to make python2 compatible.


