Skip to main content

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


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.2.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

pyqlikengine-0.0.2-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file pyqlikengine-0.0.2.tar.gz.

File metadata

  • Download URL: pyqlikengine-0.0.2.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.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5

File hashes

Hashes for pyqlikengine-0.0.2.tar.gz
Algorithm Hash digest
SHA256 66af80ca37095750586b30e3fa091031bcdf501591f98b145d7df171065468fe
MD5 8f05c04ee172af8bc41b4516743b1c14
BLAKE2b-256 bfe2ad6d30c7653b948c293bf27c55ea11f64e1d6e0a8ce19e6287dae53809b9

See more details on using hashes here.

File details

Details for the file pyqlikengine-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pyqlikengine-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for pyqlikengine-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 65a7e64ac77b3ef580340e7f383a5dbeddd1d9c7204e4233a59d7d019cb23cce
MD5 075f37d8848e07d882a34c125867606e
BLAKE2b-256 3b85c7b05be55a41d13565906c962d2a89f70da0d35c00f133ceb405875b2516

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page