1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: python-pybabel
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Haas <haas@debian.org>
Build-Depends: python-support (>= 0.6), debhelper (>= 5), python-all-dev, python-setuptools
Standards-Version: 3.8.0
Vcs-Git: http://git.workaround.org/?p=python-pybabel.git
Package: python-pybabel
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources
Conflicts: python-babel
Description: tools for internationalizing Python applications
Babel is composed of two major parts. First tools to build and work with
gettext message catalogs. Second a Python interface to the CLDR (Common
Locale Data Repository), providing access to various locale display
names, localized number and date formatting, etc.
|