Source: python-flake8 Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Chris Johnston , Ondřej Nový , Build-Depends: debhelper-compat (= 13), dh-python, pycodestyle, python3-all, python3-entrypoints, python3-mccabe, python3-mock, python3-pycodestyle (>= 2.9.0), python3-pyflakes (>= 2.5.0), python3-pytest, python3-pytest-runner, python3-setuptools, Standards-Version: 4.6.1 Homepage: https://github.com/pycqa/flake8 Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/python-team/packages/python-flake8.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flake8 Rules-Requires-Root: no Package: flake8 Architecture: all Depends: python3-flake8 (=${binary:Version}), python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, Description: code checker using pycodestyle and pyflakes Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides flake8 binary. Package: python3-flake8 Architecture: all Depends: python3-mccabe, python3-pycodestyle (>= 2.8.0), python3-pyflakes (>= 2.4.0), python3-setuptools, ${misc:Depends}, ${python3:Depends}, Breaks: python3-flake8-polyfill (<< 1.0.2-3~), python3-pytest-flake8 (<< 1.1.1-1~), Description: code checker using pycodestyle and pyflakes - Python 3.x Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides Python 3 module bindings only.