Metadata-Version: 1.1
Name: pystress
Version: 0.1
Summary: Simple CPU stresser in Python
Home-page: https://github.com/shichao-an/pystress
Author: Shichao An
Author-email: shichao.an@nyu.edu
License: BSD
Description: pystress - Simple CPU stresser in Python
        ========================================
        
        pystress is a tool to stress your CPU in a simple manner.
        
        .. _PEP 8: http://www.python.org/dev/peps/pep-0008/
        
        
        Installation
        ------------
        
        You can download a source distribution and install pystress with these commands::
        
          $ python setup.py install
        
        There's also a package for Debian/Ubuntu, but it's not always the
        latest version.
        
        Example usage
        -------------
        Stress CPU(s) with 2 processes for 10 seconds::
        
          $ pystress 10 2
        
Keywords: pystress
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
