Metadata-Version: 2.4
Name: icu4py
Version: 1.0.1
Summary: Python bindings to the ICU (International Components for Unicode) library (ICU4C).
Author-email: Adam Johnson <me@adamj.eu>
License-Expression: MIT
Project-URL: Changelog, https://icu4py.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://icu4py.readthedocs.io/
Project-URL: Funding, https://adamj.eu/books/
Project-URL: Repository, https://github.com/adamchainz/icu4py
Keywords: i18n,icu,icu4c,internationalization,l10n,localization,unicode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: typing-extensions>=4.15
Dynamic: license-file

======
icu4py
======

.. image:: https://img.shields.io/readthedocs/icu4py?style=for-the-badge
   :target: https://icu4py.readthedocs.io/en/latest/

.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/icu4py/main.yml.svg?branch=main&style=for-the-badge
   :target: https://github.com/adamchainz/icu4py/actions?workflow=CI

.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
   :target: https://github.com/adamchainz/icu4py/actions?workflow=CI

.. image:: https://img.shields.io/pypi/v/icu4py.svg?style=for-the-badge
   :target: https://pypi.org/project/icu4py/

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
   :target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

----

Python bindings to the ICU (International Components for Unicode) library (ICU4C).

Documentation
=============

Please see https://icu4py.readthedocs.io/.
