[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.219.207.136: ~ $
"""
    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-2023 by the Babel Team.
    :license: BSD, see LICENSE for more details.
"""

from babel.core import (
    Locale,
    UnknownLocaleError,
    default_locale,
    get_locale_identifier,
    negotiate_locale,
    parse_locale,
)

__version__ = '2.12.1'

__all__ = [
    'Locale',
    'UnknownLocaleError',
    'default_locale',
    'get_locale_identifier',
    'negotiate_locale',
    'parse_locale',
]

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
locale-data Folder 0755
localtime Folder 0755
messages Folder 0755
__init__.py File 863 B 0644
core.py File 41.62 KB 0644
dates.py File 70.87 KB 0644
global.dat File 254.07 KB 0644
languages.py File 2.78 KB 0644
lists.py File 2.94 KB 0644
localedata.py File 8.05 KB 0644
numbers.py File 48.35 KB 0644
plural.py File 22.67 KB 0644
py.typed File 59 B 0644
support.py File 25.62 KB 0644
units.py File 11.6 KB 0644
util.py File 7.77 KB 0644