package documentation

Integrated collection of utilities that assist in internationalizing and localizing applications.

This package is basically composed of two major parts:

  • tools to build and work with gettext message catalogs
  • a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
Unknown Field: copyright
  1. 2013-2021 by the Babel Team.
Unknown Field: license
BSD, see LICENSE for more details.
Module core babel.core ~~~~~~~~~~
Module dates babel.dates ~~~~~~~~~~~
Module languages No module docstring; 2/2 functions documented
Module lists babel.lists ~~~~~~~~~~~
Module numbers babel.numbers ~~~~~~~~~~~~~
Module plural babel.numbers ~~~~~~~~~~~~~
Module support babel.support ~~~~~~~~~~~~~
Module units No module docstring; 5/5 functions, 0/1 class documented
Module ​_compat Undocumented
Module localedata babel.localedata ~~~~~~~~~~~~~~~~
Package localtime babel.localtime ~~~~~~~~~~~~~~~
Package messages babel.messages ~~~~~~~~~~~~~~
Module util babel.util ~~~~~~~~~~

From __init__.py:

Variable __version__ Undocumented
__version__: str =

Undocumented