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
- Host: GitHub
- URL: https://github.com/whs/libthai-cffi
- Owner: whs
- License: lgpl-2.1
- Created: 2018-08-10T15:33:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T14:05:08.000Z (over 3 years ago)
- Last Synced: 2025-03-16T19:39:39.304Z (over 1 year ago)
- Topics: cffi, libthai, thai
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# libthai-cffi
[](LICENSE)
[](https://pypi.python.org/pypi/libthai-cffi)
[](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.