Metadata-Version: 1.0
Name: pstat
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/CMGS/pstat
Author: CMGS
Author-email: ilskdw@gmail.com
License: BSD
Description: # pstat
        
        A library to get process info like cpu usage or memory usage, based on [psutil](code.google.com/p/psutil/).
        
        ## usage
        
            from pstat import get_info
            print get_info(pid)
        
        
        
Keywords: process
Platform: UNKNOWN
