1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: pyenchant
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), libenchant-2-dev, dh-strip-nondeterminism
Build-Depends-Indep: dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://pyenchant.github.io/pyenchant/
Vcs-Git: https://salsa.debian.org/python-team/packages/pyenchant.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyenchant
Package: python3-enchant
Architecture: all
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: spellchecking library for Python 3
PyEnchant consists of Python bindings to the Enchant spellchecking
library and some wrapper classes. It includes all the functionality
of Enchant in a Pythonic object-oriented interface, and also provides
some higher-level functionality which is not available in the C API.
|