Metadata-Version: 1.0
Name: ohconvert
Version: 1.0b1
Summary: ohconvert integrates ohcount into Jenkins.
Home-page: http://pypi.python.org/pypi/ohconvert
Author: Hanno Schlichting, Laurence Rowe
Author-email: hanno@hannosch.eu
License: BSD
Description: Overview
        ========
        
        ohconvert integrates ohcount_ into Jenkins_.
        
        This script invokes ohcount, parses its output and converts it into the format
        understood by the SLOCCountPlugin_ for Jenkins. This is equivalent to calling
        sloccount_ with the options::
        
            sloccount --duplicates --wide --details path ...
        
        Prerequisites
        -------------
        
        You need to have ohcount_ 3.0.0 or later installed and it needs to be directly
        executable from the path. You can check by calling ``ohcount --help``. ohcount
        can be built manually or is available from some system package management tools.
        For example it's available as ``ohcount`` in the latest macports_.
        
        Usage
        -----
        ::
            ohconvert path ...
        
            Output Jenkins SLOCCountPlugin compatible data collected with ohcount.
        
            Options:
              -h, --help            show this help message and exit
              -o sloccount.sc, --output=sloccount.sc
                                    Output filename (instead of stdout)
        
        
        Development
        -----------
        
        The source code can be found at: http://bitbucket.org/hannosch/ohconvert/
        
        
        .. _ohcount: http://ohcount.sourceforge.net/
        .. _Jenkins: http://jenkins-ci.org/
        .. _sloccount: http://www.dwheeler.com/sloccount/
        .. _SLOCCountPlugin: http://wiki.jenkins-ci.org/display/JENKINS/SLOCCount+Plugin
        .. _macports: http://www.macports.org/
        
        Changelog
        =========
        
        1.0b1 - 2011-03-20
        ------------------
        
        **UPGRADE NOTE:** ohconvert now outputs to stdout by default.
        
        - Refer to Jenkins instead of Hudson.
          [hannosch]
        
        - A fix for handling empty files turned into a complete refactoring.
          [lrowe]
        
        1.0a1 - 2010-03-14
        ------------------
        
        - Initial functional release.
          [hannosch]
        
Keywords: ohcount jenkins sloccount
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
