Metadata-Version: 1.1
Name: refline.srccheck
Version: 1.0
Summary: Source checking/linting tool
Home-page: http://pypi.python.org/pypi/refline.srccheck/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This is a generic package that does some source checking/linting jobs.
        
        
        CHANGES
        =======
        
        1.0 (2018-02-06)
        ----------------
        
        - Make sure to close open files
        - Official Python 3 support
        
        
        0.8.0 (2015-10-28)
        ------------------
        
        - pep8/lint compliant ignores:
          - "# srccheck_ignore_file"
          - "# srccheck_ignore"
          - "# ignore PyflakesChecker #"
        
        
        0.7.2 (2015-04-09)
        ------------------
        
        - `PyflakesChecker`: fix: ignored ##srccheck_ignore
        
        
        0.7.1 (2015-02-26)
        ------------------
        
        - changed checker.checker to accept a module or path
        
        
        0.7.0 (2015-02-26)
        ------------------
        
        - Refactored checks
        
        
        0.6.0 (2013-03-27)
        ------------------
        
        - Added support for Python 3.3.
        
        
        0.5.4 (2012-11-16)
        ------------------
        
        - Support pyflakes 0.5.0
        
        
        0.5.3 (2012-04-04)
        ------------------
        
        - Fix: cleanup the madness in logging
        
        
        0.5.2 (2012-04-04)
        ------------------
        
        - Fix unicode encoding issues in CSSChecker
        
        
        0.5.1 (2012-04-04)
        ------------------
        
        - Added CSS checking via cssutils
        
        - Added some more test files
        
        
        0.5.0 (2012-04-02)
        ------------------
        
        Initial release on Cheeseshop.
        
Keywords: zope zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
