Metadata-Version: 2.4
Name: py-orthographe-apparat
Version: 0.2.1
Summary: Ürrhghtücrrhigtph gd igtbigtrrhigt aon bughtum
Project-URL: Homepage, https://github.com/gounux/py-orthographe-apparat
Project-URL: Repository, https://github.com/gounux/py-orthographe-apparat
Author-email: Guilhem Allaman <contact@guilhemallaman.net>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: pylirecouleur>=0.0.5
Requires-Dist: typer>=0.27.0
Description-Content-Type: text/markdown

# py-orthographe-apparat

Un CLI python méga-utile pour convertir du texte en [orthographe d'apparat](https://fr.wikipedia.org/wiki/Orthographe_d%27apparat), _mne alshughta bigt igt ëwëua !_

## Installation

```text
pip install py-orthographe-apparat
```

## Usage en CLI

```text
$ pyoa "salut la troupe"
Orthographe d'apparat de 'salut la troupe' :
wigtleseu lesigt ghtrrheb
```

## Usage en tant que lib

```python
from pyoa import encode_orthographe_d_apparat

encode_orthographe_d_apparat("salut la troupe")
# "wigtleseu lesigt ghtrrheb"
```

## Développement

- Installer `uv` via `python3 -m pip install uv`.

- Cloner le dépôt et synchroniser via `uv sync`.

- Lancer le CLI via `uv run pyoa "salut la troupe"`.
