Python wrapper around Qlik Engine JSON API
Project description
pyqlikengine
Python wrapper around Qlik Engine JSON API
Forked from jhettler/pyqlikengine
Requirements
- Python 3.6+
- websocket-client>=0.47.0
Example of usage
pip install qe-api-client
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())
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-1.1.0.tar.gz
(19.9 kB
view details)
Built Distribution
File details
Details for the file qe_api_client-1.1.0.tar.gz
.
File metadata
- Download URL: qe_api_client-1.1.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5100b002dbe34c147570ad85833c0953f7da54c2434b1ea2661ae5064deab7c |
|
MD5 | 8373d541d34f776f00102473c3f4a446 |
|
BLAKE2b-256 | 19d76afc583d214a800892612bfa92076f2a590cbf717326e4f08003ab6d022f |
File details
Details for the file qe_api_client-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: qe_api_client-1.1.0-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5be46d3d2b1b1edb3d0bed0f64ca380f89b151ad4bc3a9c50e69a87357abd051 |
|
MD5 | bb1a726762150ce8650b1721c4ebca39 |
|
BLAKE2b-256 | 62d3029e3fda81aa57407b35f1fe36886a840c3092cf7260ae13149149cfdc88 |