/usr/lib/python3.6/site-packages/babel
NameSizeModeActions
locale-data/-0755rm
localtime/-0755rm
messages/-0755rm
__pycache__/-0755rm
core.py368380644editdlrm
dates.py669320644editdlrm
global.dat2237610644editdlrm
languages.py27480644editdlrm
lists.py12710644editdlrm
localedata.py78730644editdlrm
numbers.py260430644editdlrm
plural.py213120644editdlrm
support.py222970644editdlrm
units.py110960644editdlrm
util.py87960644editdlrm
_compat.py14230644editdlrm
__init__.py7090644editdlrm
Edit: /usr/lib/python3.6/site-packages/babel/__init__.py (709B)
# -*- 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 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.5.1'