Package python3-module-pyflakes: Information
Source package: python3-module-pyflakes
Version: 3.2.0-alt1
Build time: Feb 14, 2024, 02:29 PM
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/pyflakes/
License: MIT
Summary: A simple program which checks Python source files for errors
Description:
Pyflakes is similar to PyChecker in scope, but differs in that it does\ not execute the modules to check them. This is both safer and faster,\ although it does not perform as many checks. Unlike PyLint, Pyflakes\ checks only for logical errors in programs; it does not perform any\ check on style.
Maintainer: Anton Zhukharev
List of contributors:
Anton Zhukharev
Stanislav Levin
Grigory Ustinov
Andrey Bychkov
Aleksei Nikiforov
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Lenar Shakirov
Anton Zhukharev
Stanislav Levin
Grigory Ustinov
Andrey Bychkov
Aleksei Nikiforov
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Lenar Shakirov
Last changed
Feb. 8, 2024 Anton Zhukharev 3.2.0-alt1
- Updated to 3.2.0.
Aug. 14, 2023 Stanislav Levin 3.1.0-alt1
- 3.0.1 -> 3.1.0.
July 29, 2023 Anton Zhukharev 3.0.1-alt2
- Fixed FTBFS.