Metadata-Version: 2.3
Name: i18n-toml
Version: 0.1
Summary: Internalization tool for Python projects using `.toml` files for storing text content
Author: Maxim Huzmiev
Author-email: Maxim Huzmiev <max@huzm.ru>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# i18n-toml

![Python Version](https://badgen.net/static/python/3.11+/blue)

Internationalization support library for Python projects.

The library requires a Python language version >= 3.11, as it uses the built-in `tomllib` library.
