PHP 8.3.30
Preview: __init__.py Size: 863 B
/opt/imunify360/venv/lib64/python3.11/site-packages/babel/__init__.py

"""
    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',
]

Directory Contents

Dirs: 4 × Files: 13

Name Size Perms Modified Actions
- drwxr-xr-x 2026-03-03 09:07:27
Edit Download
localtime DIR
- drwxr-xr-x 2026-03-03 09:07:27
Edit Download
messages DIR
- drwxr-xr-x 2026-03-03 09:07:27
Edit Download
- drwxr-xr-x 2026-03-03 09:07:26
Edit Download
41.62 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
70.87 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
254.07 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
2.78 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
2.94 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
8.05 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
48.35 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
22.67 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
59 B lrw-r--r-- 2026-02-13 12:40:40
Edit Download
25.62 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
11.60 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
7.77 KB lrw-r--r-- 2026-02-13 12:40:40
Edit Download
863 B lrw-r--r-- 2026-02-13 12:40:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).