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-3.1.0.tar.gz (44.3 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-3.1.0-py3-none-any.whl (43.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qe_api_client-3.1.0.tar.gz
  • Upload date:
  • Size: 44.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for qe_api_client-3.1.0.tar.gz
Algorithm Hash digest
SHA256 ac6b90c99bfe783ebe06a8007281fa5904f9eb77ef646709f4b4d4a90cac7a68
MD5 9562f461ab044ea29c8e05ea54e75d6c
BLAKE2b-256 7cd519b949f1843f7d285617f91c3650e128bcf41a4d5683576f113933896052

See more details on using hashes here.

File details

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

File metadata

  • Download URL: qe_api_client-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for qe_api_client-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b8c40793e914847be3927ea254af6bc4bc311615be405680acbbcc6f547d8bb5
MD5 95876aaa2da911cfbe766e2bb101b686
BLAKE2b-256 943b6da60cc28da12f536c16f90a1b8a959b0c3c1e1173f80e24ea8ee3af7b54

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