Metadata-Version: 1.0
Name: jenkviz
Version: 0.1.0
Summary: Crawl a jenkins build and report stats and graphs about the build flow.
Home-page: http://pypi.python.org/pypi/jenkviz
Author: Benoit Delbosc
Author-email: bdelbosc@nuxeo.com
License: GPL
Download-URL: http://pypi.python.org/packages/source/t/jenkviz/jenkviz-0.1.0.tar.gz
Description: ===========
        jenkviz
        ===========
        
        NAME
        ----
        
          jenkviz - visualization of a Jenkins build flow using graphviz.
        
        USAGE
        -----
        
          jenkviz [--version] [--logfile=LOGFILE] [--database=DATABASE] COMMAND [OPTIONS] ARGUMENTS
        
        
        COMMANDS
        ~~~~~~~~~
        
          crawl [--direct] [--output SVG_FILE] JENKINS_BUILD_URL
        
          Crawl a jenkins URL and produce a SVG graph the build information is stored in a local sqlite 
          database.
        
        
        EXAMPLES
        ~~~~~~~~~
        
           jenkviz crawl http://jenkins.site/jenkviz/job_name/42/
        
        
        INSTALLATION
        ------------
        ::
        
          sudo aptitude install graphviz
          sudo easy_install jenkviz
        
        
Keywords: jenkins hudson CI chart
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
