Metadata-Version: 1.0
Name: cc.buildout-reports
Version: 0.1
Summary: Recipes for generating developer reports with zc.buildout.
Home-page: http://python.org/pypi/cc.buildout_reports/
Author: Nathan R. Yergler
Author-email: nathan@creativecommons.org
License: ZPL 2.1
Description: ****************
        Buildout Reports
        ****************
        
        .. contents::
        
        cc.buildout_reports provides recipe[s] for generating developer reports
        using zc.buildout.
        
        XXX/TODO Report
        ***************
        
        The cc.bulidout_reports:xxx recipe can be used to scan a project for comments
        flagged with a specifed pattern (XXX|TODO by default).  The recipe does not
        scan temporary files (``*~``) or traverse into ``egg`` and ``.svn``
        directories.
        
        The recipe supports two optional parameters:
        
        pattern
        The pattern to scan for; if not specified, defaults to ``(XXX|TODO)``.
        
        report_file
        The file to save the report to; if not specified, defaults
        to ``XXXreport.html``, stored in the buildout directory.  If specified
        as a relative path, it is interpreted as relative to the buildout
        directory.
        
        
        History
        *******
        
        0.1
        ---
        
        * Initial public release.
        
        Download
        **********************
        
Keywords: development build tools buildout
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
