A python client of Belqis systems. Allows you to query the services of Belqis systems from a python program
Project description
Belqis client by Ahmed Khorsi
This is a python client for Belqis System https://belqis.intelgx.com
Installation
First you will have to sign up to get an API key https://belqis.intelgx.com/signup
then install the package
pip install -U pybelqis
Usage
from belqis import Belqis
b = Belqis(token='<put in here the token you get from https://belqis.intelgx.com/dashboard>')
# Diactritization
r = b.tashkeel('السلام عليكم')
# Other services
IN SHAA ALLAH will be made available
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybelqis-0.4.1.tar.gz
(3.1 kB
view hashes)