File: control

package info (click to toggle)
flake8-docstrings 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: python: 96; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download | duplicates (2)
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
29
30
31
Source: flake8-docstrings
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-flake8,
               python3-flake8-polyfill,
               python3-pydocstyle (>= 2.0),
               python3-setuptools
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flake8-docstrings.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flake8-docstrings.git
Homepage: https://gitlab.com/pycqa/flake8-docstrings
X-Python3-Version: >= 3.2

Package: python3-flake8-docstrings
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Enhances: flake8
Description: flake8 extension to check docstrings
 A simple module which integrates pydocstyle to flake8.
 . 
 pydocstyle is a standalone docstring style checker.
 .
 flake8 is a modular source code checker for Python.
 .
 This package provides the modules for Python 3.