Meta Configuration of Package python-pyflakes
1
<package name="python-pyflakes" project="devel:python">
2
<title>Passive checker of Python programs</title>
3
<description>Pyflakes is program to analyze Python programs and detect various errors. It works by
4
parsing the source file, not importing it, so it is safe to use on modules with side
5
effects. It's also much faster.
6
7
Author:
8
--------
9
Moe Aboulkheir <moe@divmod.com>
10
11
12
</description>
13
<url>http://www.divmod.org/trac/wiki/DivmodPyflakes</url>
14
</package>
15