A library for reading Qlik Sense .qvd file format from Python, written in Rust.
Project description
Read Qlik Sense .qvd files
Usage
from qvd import reader
df = reader.read('test.qvd')
print(df)
Developing
Create a virtual env https://docs.python-guide.org/dev/virtualenvs/ and activate it.
Install maturin
run maturin develop
to install python lib to the virtual env.
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
qvd-0.0.5-cp39-none-win_amd64.whl
(158.9 kB
view hashes)
qvd-0.0.5-cp38-none-win_amd64.whl
(158.9 kB
view hashes)
Close
Hashes for qvd-0.0.5-cp39-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b249be13d068507ba9e39e93d2556b533310aed486ab4cb64251a882643529d |
|
MD5 | 08ec30c4f2b873e0999e3195c303870f |
|
BLAKE2b-256 | 929c2ca3e9b1cf176f99b8604b6115470306d251cc30989348480c50252e2e23 |
Close
Hashes for qvd-0.0.5-cp38-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81e7a59274b9e89fa39bf06a6ca1d3ab34346c4839a13caa158160644f01a01f |
|
MD5 | 4034b968c45068aa5a174d9100442b82 |
|
BLAKE2b-256 | 563a45b70760e98577db56ffab504406d628a008b50bae85cb4fd431255ce11c |