Python wrapper around Qlik Engine JSON API
Project description
pyqlikengine
Python wrapper around Qlik Engine JSON API
Forked from qliknln/pyqlikengine
Requirements
- Python 3.6+
- websocket-client>=0.47.0
Example of usage
pip install pyqlikengine
from pyqlikengine.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyqlikengine-0.0.1.tar.gz
(17.6 kB
view details)
Built Distribution
File details
Details for the file pyqlikengine-0.0.1.tar.gz
.
File metadata
- Download URL: pyqlikengine-0.0.1.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a26a45902d0ba4ea1d656a7a0b5c97168cad41cd7f0098cfc08db43f3a5797d
|
|
MD5 |
b3394010a5cf9a52ae7f8195b0a0d727
|
|
BLAKE2b-256 |
c1dff0406b6c08c4b503ea2199ef525d98ea57af9aeea89b53c74c550a2b651a
|
File details
Details for the file pyqlikengine-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyqlikengine-0.0.1-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4008237877c4f80a869537d485dd100400783a5f521702e16c79f1d6a776b0fc
|
|
MD5 |
15f2f88a9200b454f327603b685c8bf8
|
|
BLAKE2b-256 |
a8fcf6ab121ef772dbe950f9962eac362ab1f5201f2becf49518463f4a69504b
|