Metadata-Version: 2.4
Name: mk-latinizer
Version: 0.1.0
Summary: Russian ship name latinization for Mir Korabley players
Author: VulpeStela
License-Expression: MIT
Project-URL: Homepage, https://github.com/LocalizedKorabli/mk-latinizer
Project-URL: Repository, https://github.com/LocalizedKorabli/mk-latinizer
Keywords: russian,latinization,transliteration,mir-korabley,wows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mk-latinizer

Russian ship name latinization for [Mir Korabley](https://korabli.su/) players.

Based on analysis of 132 official ship name translations using the BGN/PCGN romanization system.

## Install

```bash
pip install mk-latinizer
```

## Usage

```python
from mk_latinizer import to_latin

print(to_latin("Огненный"))           # Ognenny
print(to_latin("Адмирал Нахимов"))   # Admiral Nakhimov
print(to_latin("Чкалов Ч"))          # Chkalov B
```

CLI:

```bash
mk-latinizer "Огненный"
```

## License

MIT
