File: control

package info (click to toggle)
python3-proselint 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • ctags: 327
  • sloc: python: 6,215; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,048 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
29
30
31
32
33
Source: python3-proselint
Section: text
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 VĂ­ctor Cuadrado Juan <me@viccuad.me>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
 python3-click,
 python3-future,
 python3-nose,
 python3-pkg-resources,
 python3-setuptools,
 python3-six,
Standards-Version: 3.9.8
Homepage: http://proselint.com
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python3-proselint.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python3-proselint.git

Package: python3-proselint
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library and command-line prose linter utility (Python 3)
 Proselint aggregates knowledge about best practices in writing from world's
 greatest writers and editors, and makes it accessible by giving suggestions in
 the form of a linter for prose.
 .
 This package installs the library and proselint binary for Python 3.