Metadata-Version: 2.4
Name: i18n-lib
Version: 0.2.0
Summary: i18n lib
Project-URL: Homepage, https://github.com/HamletSargsyan/i18n-lib
Project-URL: Documentation, https://hamletsargsyan.github.io/i18n-lib/usage
Author-email: Hamlet <hamlets849@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: i18n,internationalization,localization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# i18n-lib

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
![GitHub License](https://img.shields.io/github/license/HamletSargsyan/i18n-lib)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/HamletSargsyan/i18n-lib)
![PyPI - Downloads](https://img.shields.io/pypi/dm/i18n-lib)
![PyPI - Version](https://img.shields.io/pypi/v/i18n-lib)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/i18n-lib)
![Lint](https://github.com/HamletSargsyan/i18n-lib/actions/workflows/lint.yml/badge.svg)
![Tests](https://github.com/HamletSargsyan/i18n-lib/actions/workflows/tests.yml/badge.svg)
![Documentation](https://github.com/HamletSargsyan/i18n-lib/actions/workflows/documentation.yml/badge.svg)

## install

### from PyPI

```bash
pip install i18n-lib
```

### from source

```bash
pip install git+https://github.com/HamletSargsyan/i18n-lib.git
```

## License

This project is licensed under the [MIT License](https://github.com/HamletSargsyan/i18n-lib/blob/main/LICENSE).
