gituser/production/: flake8-3.8.4 metadata and description

Homepage Simple index

the modular source code checker: pep8 pyflakes and co

author Tarek Ziade
author_email tarek@ziade.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Framework :: Flake8
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Software Development :: Quality Assurance
license MIT
maintainer Ian Stapleton Cordasco
maintainer_email graffatcolmingov@gmail.com
requires_dist
  • pyflakes (<2.3.0,>=2.2.0)
  • pycodestyle (<2.7.0,>=2.6.0a1)
  • mccabe (<0.7.0,>=0.6.0)
  • configparser ; python_version < "3.2"
  • functools32 ; python_version < "3.2"
  • enum34 ; python_version < "3.4"
  • typing ; python_version < "3.5"
  • importlib-metadata ; python_version < "3.8"
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
File Tox results History
flake8-3.8.4-py2.py3-none-any.whl
Size
71 KB
Type
Python Wheel
Python
2.7

Flake8 is a wrapper around these tools:

Flake8 runs all the tools by launching the single flake8 command. It displays the warnings in a per-file, merged output.

It also adds a few features:

Quickstart

See our quickstart documentation for how to install and get started with Flake8.

Frequently Asked Questions

Flake8 maintains an FAQ in its documentation.

Questions or Feedback

If you have questions you’d like to ask the developers, or feedback you’d like to provide, feel free to use the mailing list: code-quality@python.org

We would love to hear from you. Additionally, if you have a feature you’d like to suggest, the mailing list would be the best place for it.

Maintenance

Flake8 was created by Tarek Ziadé and is currently maintained by Ian Cordasco