Source: flufl.i18n Maintainer: Debian Python Team Uploaders: Pierre-Elliott Bécue Homepage: https://gitlab.com/warsaw/flufl.i18n Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-public, python3-setuptools, python3-sphinx Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/python-team/packages/flufl.i18n.git Vcs-Browser: https://salsa.debian.org/python-team/packages/flufl.i18n Rules-Requires-Root: no Package: python-flufl.i18n-doc Architecture: all Multi-Arch: foreign Section: doc Conflicts: python-flufl.i18n-docs Depends: ${misc:Depends}, ${sphinxdoc:Depends} Suggests: python-pkg-resources Description: high level API for Python internationalization (common documentation) This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks. . This is the common documentation package. Package: python3-flufl.i18n Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-flufl.i18n-doc, python3-pkg-resources Description: high level API for Python internationalization (Python 3) This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context applications, such as servers, which may need to switch language contexts for different tasks.