Skip to main content

Python client for the Qlik Engine JSON API

Project description

Qlik Engine API Client

Python client for the Qlik Engine JSON API

Forked from jhettler/pyqlikengine

Requirements

  • Python 3.6+
  • websocket-client>=0.47.0

Installation

pip install qe-api-client

Connecting to Qlik Sense Enterprise Server

You need to export the Qlik Sense certificates in PEM format from the Qlik Sense Enterprise server to a local folder in order to authenticate on the server.

from qe_api_client.engine import QixEngine

url = 'qlik-1.ad.xxx.xxx'
user_directory = 'UserDomainToQlikLogin'
user_id = 'sense'
ca_certs = 'qlik_certs/qlik-1_root.pem'
certfile = 'qlik_certs/qlik-1_client.pem'
keyfile = 'qlik_certs/qlik-1_client_key.pem'
qixe = QixEngine(url=url, user_directory=user_directory, user_id=user_id, ca_certs=ca_certs, certfile=certfile, 
                 keyfile=keyfile)

# print all apps in Qlik Server
print(qixe.ega.get_doc_list())

Connecting to Qlik Sense Desktop

You need to start your Qlik Sense Desktop client on your local PC.

from qe_api_client.engine import QixEngine

url = 'ws://localhost:4848/app'
qixe = QixEngine(url=url)

# print all apps in Qlik Server
print(qixe.ega.get_doc_list())

Examples of usage

Please click on this link to find examples of usage of this client.

API reference

Please click on this link for full API reference documentation .

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

qe_api_client-2.6.0.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qe_api_client-2.6.0-py3-none-any.whl (32.8 kB view details)

Uploaded Python 3

File details

Details for the file qe_api_client-2.6.0.tar.gz.

File metadata

  • Download URL: qe_api_client-2.6.0.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for qe_api_client-2.6.0.tar.gz
Algorithm Hash digest
SHA256 b4452d355320562fd3877d8318059d77fb5bc7c4892ff9b5abaf22675d355bfc
MD5 25fed88311ea3f6213d29fc0a24ed7ad
BLAKE2b-256 7290bcdda45161f630ede3704dd4b69929452da72cc5bd3e0ff0590eb88a75e0

See more details on using hashes here.

File details

Details for the file qe_api_client-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: qe_api_client-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 32.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for qe_api_client-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c52875aef79f43d195e4b4a0965630921788dba00fb896e862a5090f9145477
MD5 13991f5208fff9c556fcfaf73df6b893
BLAKE2b-256 70ede70387c83bc25a580a92ab2228fae60193f940fe9841c7b66e0844d8a653

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page