Metadata-Version: 2.1
Name: shialifube
Version: 0.1.2
Summary: Transliteration of Comorian into Arabic Script
Home-page: https://github.com/nairaxo
Author: Abdou Mohamed Naira
Author-email: naira.abdoumohamed@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ShiAlifube
**ShiAlifube** is a Python library for transliterating Comorian into Arabic script using the Kamar-Eddine system. This system was proposed in the 1960s by Cheikh Ahmed Kamar-Eddine, a pioneer in the standardization of the Comorian language. The choice of Arabic script is due to the Comorian language's lexical borrowings from Arabic, reflecting the historical influence of Arabs in the Comoros archipelago.

## Installation

### Via PyPI

You can install **ShiAlifube** directly from PyPI using `pip`:

```bash
pip install shialifube
```

### Via GitHub
If you wish to install the latest version from the GitHub repository (which may contain updates not yet published on PyPI), you can do so using pip with the repository URL:

```bash
pip install git+https://github.com/nairaxo/shialifube.git
```


## Citation
If you use **ShiAlifube** in your work, please cite the library using the following format:

```bibtex
@misc{shialifube,
  author = {Abdou Mohamed Naira},
  title = {ShiAlifube: A Python library for transliterating Comorian into Arabic script},
  year = {2024},
  url = {https://pypi.org/project/shialifube/},
  version = {0.1.2},
}
```
