Metadata-Version: 2.1
Name: geezlit
Version: 0.1.2
Summary: Ge'ez Transliteration
Home-page: https://github.com/fgaim/geezlit
Author: Fitsum Gaim
Author-email: fitsum@geezlab.com
License: Apache 2.0
Description: # GeezLit
        
        ![GitHub issues](https://img.shields.io/github/issues/fgaim/geezswitch.svg)
        [![PyPI](https://img.shields.io/pypi/v/geezswitch.svg)](https://pypi.org/project/geezswitch/)
        
        
        **Ge'ez** Trans**lit**eration
        
        A Python library for transliterating Ge'ez script into various ASCII based encodings.
        
        Supported scheme:
        
        - ethiop: for Latex documents that use the `ethiop` package with `babel`.
        - sera: a system for representing Ge'ez script in ASCII
        - geezime: a scheme used by the [GeezIME](https://geezlab.com) input method by GeezLab
        - msera: a system based on SERA but modified by [HornMorph](https://github.com/ht)
        
        ## 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`.
        
Keywords: geez,transliteration
Platform: UNKNOWN
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
