/usr/lib/python3/dist-packages/babel
NameSizeModeActions
locale-data/-0755rm
localtime/-0755rm
messages/-0755rm
__pycache__/-0755rm
core.py369070644editdlrm
dates.py669400644editdlrm
global.dat2538930644editdlrm
languages.py27430644editdlrm
lists.py27190644editdlrm
localedata.py73850644editdlrm
numbers.py385610644editdlrm
plural.py213140644editdlrm
support.py223030644editdlrm
units.py110810644editdlrm
util.py75820644editdlrm
_compat.py16850644editdlrm
__init__.py7140644editdlrm
Edit: /usr/lib/python3/dist-packages/babel/__init__.py (714B)
# -*- coding: utf-8 -*- """ babel ~~~~~ 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. :copyright: (c) 2013-2019 by the Babel Team. :license: BSD, see LICENSE for more details. """ from babel.core import UnknownLocaleError, Locale, default_locale, \ negotiate_locale, parse_locale, get_locale_identifier __version__ = '2.8.0'