File: control

package info (click to toggle)
pep8-naming 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: python: 1,263; makefile: 9; sh: 4
file content (28 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: pep8-naming
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-flake8-polyfill,
               python3-setuptools,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/flintwork/pep8-naming
Vcs-Git: https://salsa.debian.org/python-team/packages/pep8-naming.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pep8-naming

Package: python3-pep8-naming
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: python3-flake8
Description: check for PEP 8 naming conventions (flake8 plugin for Python3)
 The PEP 8 recommendation is a style guide for Python code. This plugin for
 flake8 checks whether the naming conventions of PEP 8 have been complied
 with. However written as plugin for flake8, some tools make independent use
 of the module.
 .
 This package contains the module for Python3.