Metadata-Version: 1.0
Name: p01.checker
Version: 0.5.2
Summary: Python, ZCML, PT, HTML, JS, CSS source checking/linting
Home-page: http://pypi.python.org/pypi/p01.checker
Author: Adam Groszer, Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a source checking/linting tool.
        
        
        =======
        CHANGES
        =======
        
        0.5.2 (2012-12-25)
        ------------------
        
        - bugfix: adjust MANIFEST.in and include missing csslint javascript and jar
          files
        
        - implemented .png file checker
        
        - added test images with bloat data
        
        
        0.5.1 (2012-12-25)
        ------------------
        
        - implemented checkers as name, checker dict data and allow to configure skip
          file names per checker
        
        - implemented css lint based CSSLintChecker as a working replacement for
          CSSChecker. The CSSLIntChecker requires a working java installation and is
          based on the included js.jar and csslint-rhino.js jar file.
        
        - skip CSSChecker by default. This chcker produces unuseable output for
          the twitter bootstrap styles sheets. Every second style is reported as
          unknown.
        
        
        0.5.0 (2012-12-23)
        ------------------
        
        - initial release
        
Keywords: Zope3 z3c p01 checker pyflakes lint
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
