Metadata-Version: 1.0
Name: corejet.visualization
Version: 1.0a4
Summary: Support for generating reports visualizing CoreJet test runs
Home-page: http://corejet.org
Author: Martin Aspeli
Author-email: optilude@gmail.com
License: ZPL 2.1
Description: CoreJet Visualisation
        =====================
        
        This package contains a skeleton for generating a graphical CoreJet report
        from a CoreJet XML file using XSLT.
        
        Call ``corejet.visualization.generateReportFromCatalogue()`` with an
        ``IRequirementsCatalogue`` as the first argument and a target directory name
        as the second argument to put a report in that directory.
        
        Changelog
        =========
        
        1.0a4
        -----
        
        - Ensure output works even if there are no story points
          [optilude]
        
        1.0a3
        -----
        
        - Fix broken package
          [optilude]
        
        1.0a2
        -----
        
        - Use lxml to output XSLT, avoiding the need for command-line invocation of
          xsltproc
          [optilude]
        
        1.0a1
        -----
        
        - First release
          [optilude]
        
Keywords: corejet
Platform: UNKNOWN
Classifier: Programming Language :: Python
