Metadata-Version: 1.1
Name: pwatch
Version: 1.2.1
Summary: Simple tool to watch and report processes with excessive resource usage
Home-page: https://github.com/quanta-computing/pwatch
Author: Matthieu 'Korrigan' Rosinski
Author-email: mro@quanta-computing.com
License: MIT
Description: # Pwatch
        
        A simple python tool to log process with excessive resource usage
        
        ## Install
        
        ```console
        pip install pwatch
        ```
        
        ## Usage
        
        By default pwatch will set limits to 0, that means every process will be reported.
        
        For more informations:
        
        ```console
        pwatch --help
        ```
        
        ## Used libraries
        
        This software relies on the great psutil python library.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
