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
|
Source: babelfish
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Etienne Millon <me@emillon.org>,
Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>,
Build-Depends:
debhelper-compat (= 9),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://github.com/Diaoul/babelfish
Vcs-Git: https://salsa.debian.org/python-team/modules/babelfish.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/babelfish
Package: python3-babelfish
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Description: library to work with countries and languages (Python 3)
Babelfish makes it easy to work with countries, languages, scripts, ISO codes
and IETF codes from Python. It has converters between all different data
can be extended to use custom converters and data.
.
This is the Python 3 version of the package.
|