Metadata-Version: 2.1
Name: geezlit
Version: 0.1.4
Summary: Ge'ez Transliteration
Home-page: https://github.com/fgaim/geezlit
Author: Fitsum Gaim
Author-email: fitsum@geezlab.com
License: Apache 2.0
Keywords: geez,transliteration
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# GeezLit

[![PyPI](https://img.shields.io/pypi/v/geezlit.svg)](https://pypi.org/project/geezlit/)
![GitHub issues](https://img.shields.io/github/issues/fgaim/geezlit.svg)
![Workflow](https://github.com/fgaim/geezlit/actions/workflows/main.yml/badge.svg)

**Ge'ez** Trans**lit**eration

A Python library for transliterating Ge'ez script into various ASCII based encodings.

Supported scheme:

- [x] ethiop: for Latex documents that use the `ethiop` package with `babel` to render Ge'ez text.
- [ ] sera: a system for representing Ge'ez script in ASCII.
- [ ] msera: a system based on SERA but modified by [HornMorph](https://github.com/hltdi/HornMorpho).
- [ ] geezime: a scheme used by the [GeezIME](https://geezlab.com) input method by GeezLab
- [ ] ipa: the International Phonetic Alphabet [IPA](https://en.wikipedia.org/wiki).

## Install

Use pip install the package:

```
pip install geezlit
```

## Usage

Once installed, you can import the library and make a simple function calls.

```python
from geezlit import geezlit

geezlit("<Ge'ez text>", style="<style>")
```

Currently, the default `style` is `ethiop`.
