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())
Release files for pyqlikengine 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyqlikengine-0.0.2.tar.gz | 17.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyqlikengine-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.4 kB
Release files / pyqlikengine-0.0.2.tar.gz
| Download URL | pyqlikengine-0.0.2.tar.gz |
|---|---|
| Size | 17.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66af80ca37095750586b30e3fa091031bcdf501591f98b145d7df171065468fe
|
|
BLAKE2b-256 checksum How to use checksums |
bfe2ad6d30c7653b948c293bf27c55ea11f64e1d6e0a8ce19e6287dae53809b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5
|
Release files / pyqlikengine-0.0.2-py3-none-any.whl
| Download URL | pyqlikengine-0.0.2-py3-none-any.whl |
|---|---|
| Size | 17.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65a7e64ac77b3ef580340e7f383a5dbeddd1d9c7204e4233a59d7d019cb23cce
|
|
BLAKE2b-256 checksum How to use checksums |
3b85c7b05be55a41d13565906c962d2a89f70da0d35c00f133ceb405875b2516
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5
|