File: control

package info (click to toggle)
pylint-celery 0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: python: 64; makefile: 5; sh: 4
file content (28 lines) | stat: -rw-r--r-- 1,110 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: pylint-celery
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               pylint,
               python3-all,
               python3-astroid,
               python3-celery,
               python3-logilab-common,
               python3-pylint-plugin-utils,
               python3-setuptools,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/landscapeio/pylint-celery
Vcs-Git: https://salsa.debian.org/python-team/modules/pylint-celery.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pylint-celery

Package: python3-pylint-celery
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Pylint plugin for code using the Celery library (Python3)
 Pylint is a source code bug and quality checker for the Python programming
 language. This package provides a plugin for checking code using the Celery
 library (distributed task queue).