pybelqis

A python client of Belqis systems. Allows you to query the services of Belqis systems from a python program


License
MIT
Install
pip install pybelqis==0.4.4

Documentation

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 copy the token from the dashboard https://belqis.intelgx.com/dashboard

then install the package

pip install -U pybelqis

Usage

from pybelqis 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