File: control

package info (click to toggle)
pep8 1.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: python: 1,524; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: pep8
Section: python
Priority: optional
Maintainer: David Watson <dwatson@debian.org>
Build-Depends: debhelper (>= 7), python-all, python-setuptools
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/pep8

Package: pep8
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-setuptools
Description: Python PEP 8 code style checker
 Features a plugin architecture allowing for adding new checks is easily.
 Parseable output listing line numbers of the error location.  Consists of
 just one Python file, and requires only stdlib.