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: python3-proselint
Section: text
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
VĂctor Cuadrado Juan <me@viccuad.me>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-poetry-core,
python3-all,
python3-click,
python3-pytest,
Standards-Version: 4.7.0
Homepage: http://proselint.com
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-proselint.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-proselint
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.
|