An open API service indexing awesome lists of open source software.

https://github.com/whs/libthai-cffi

CFFI binding to libthai
https://github.com/whs/libthai-cffi

cffi libthai thai

Last synced: over 1 year ago
JSON representation

CFFI binding to libthai

Awesome Lists containing this project

README

          

# libthai-cffi

[![License](https://img.shields.io/badge/license-LGPL-blue.svg)](LICENSE)
[![PyPi](https://img.shields.io/pypi/v/libthai-cffi.svg)](https://pypi.python.org/pypi/libthai-cffi)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

CFFI binding to libthai

libthai 0.1.25 is required

## Installation

Make sure that libthai is installed and it is at least 0.1.25.

Install this from pip:

```sh
$ pip install libthai-cffi
```

(you may want to write this in your requirements.txt)

## Developing

This project is [unmaintained](http://unmaintained.tech/). You may use it, but issues and pull requests might be ignored.

1. Run `python setup.py develop`
2. Run `pip install pre-commit && pre-commit install`
3. Start hacking
4. Run test: `python setup.py test`
5. Commit. Pre-commit will warn if you have any changes.

## License

Licensed under the [GNU Lesser Public License](LICENSE) per libthai.