This library is a python client for the Qlik Sense APIs
Project description
Qlik Sense
This library is a python client for the Qlik Sense APIs
Overview
This library allows users to more easily work with Qlik Sense applications in a larger python workflow. While Qlik's APIs could be used directly, this streamlines the process.
Disclaimer:
This library, and its maintainer, have no affiliation with QlikTech. Qlik support agreement does not cover support for this application.
Requirements
- Python 3.7+
- requests
- requests_ntlm
- requests_negotiate_sspi
- urllib3
- uuid
- marshmallow
Installation
This package is hosted on PyPI:
pip install qlik_sense
Examples
Use this library to work with Qlik Sense apps:
from qlik_sense import NTLMClient
qs = NTLMClient(host='url/to/qlik/sense/server')
app = qs.app.get_by_name_and_stream(app_name='My App', stream_name='My Stream')
qs.app.reload(app=app)
Full Documentation
For the full documentation, please visit: https://qlik_sense.readthedocs.io/en/latest/
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 Distributions
Built Distribution
File details
Details for the file qlik_sense-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: qlik_sense-0.2.1-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d581eb42d30a1de1e4156c9bddc9ede1199887a4aecc026d83ca28df0ff9f1fa |
|
MD5 | b925379c651f1626a7557ce8cfac5748 |
|
BLAKE2b-256 | 44dde893f5bff16416300b9a350bf9b5568df93adac381a9e7d1813a25648e64 |