Package python3-module-flake8: Information

    Binary package: python3-module-flake8
    Version: 2.4.1-alt1.git20150710.1.1
    Architecture: noarch
    Build time:  Mar 14, 2016, 05:44 PM in the task #161288
    Source package: python-module-flake8
    Report package bug
    License: MIT
    Summary: Code checking using pep8 and pyflakes
    Description: 
    Flake8 is a wrapper around these tools:
    
    - PyFlakes - pep8 - Ned's McCabe script
    
    Flake8 runs all tools by launching the single 'flake8' script, but ignores
    pep8 and PyFlakes extended options and just uses defaults. It displays the
    warnings in a per-file, merged output.
    
    It also adds a few features:
    
    - files that contains with this header are skipped::
    
    
    
    - lines that contains a "# NOQA" comment at the end will not issue a
    warning. - a Mercurial hook.
    
    - a McCabe complexity checker.
    
    This is version of the package running with Python 3.

    Maintainer: Ivan Zakharyaschev


    Last changed


    March 13, 2016 Ivan Zakharyaschev 2.4.1-alt1.git20150710.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    Jan. 28, 2016 Mikhail Efremov 2.4.1-alt1.git20150710.1
    - NMU: Use buildreq for BR.
    Aug. 2, 2015 Eugeny A. Rostovtsev 2.4.1-alt1.git20150710
    - Snapshot from git