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.2.0.tar.gz
(20.2 kB
view details)
Built Distribution
File details
Details for the file qe_api_client-1.2.0.tar.gz
.
File metadata
- Download URL: qe_api_client-1.2.0.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed985b8a394f4dc927e005677c91a7b2f9d45000f0a92d5a48a81a0b2c98c6aa |
|
MD5 | 532177f7fdc994e4c3d43f5ca0ec8f93 |
|
BLAKE2b-256 | 4bcbf509f82e719ff529f160e84dd3af7775c03eab52bef34c9262ec81de7ce0 |
File details
Details for the file qe_api_client-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: qe_api_client-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.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 | 6010833553b4412478ba4eb62580cb0b456d0e6501d61fc09654d381033f5e23 |
|
MD5 | 69beabb0d64b8e3e2520b26f95b5f9d4 |
|
BLAKE2b-256 | 8372dbd52ae2ede5273fa6c82637cad1be8d4e027e71c55636148bbb50f46106 |