Metadata-Version: 1.0
Name: pyrg
Version: 0.2.2
Summary: Python UnitTest Result colorized
Home-page: http://www.hexacosa.net/project/pyrg/
Author: Hideo Hattori
Author-email: hhatto.jp@gmail.com
License: New BSD License
Description: About
        =====
        This script is colorized to Python's UnitTest Result.
        inspired by RedGreen(rg command)
        
        Install
        =======
        used to easy_install::
        
        $ easy_install pyrg
        
        
        Require
        =======
        * Python2.6+
        
        
        Usage
        =====
        basic usage::
        
        $ pyrg TEST_SCRIPT.py
        
        $ python TEST_SCRIPT.py |& pyrg
        
        
        Configuration
        =============
        setting to $HOME/.pyrgrc file.
        setting file example::
        
        [color]
        ok = green
        ng = red
        fail = yellow
        function = cyan
        
        
Keywords: unittest colorize visualize
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
