cdf392b3b375b2ad8bd91630e73aa7e4a2dfaee2
Read Qlik Sense .qvd files
Install
Install from PyPi https://pypi.org/project/qvd/
pip install qvd
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 via pip
run maturin develop --release to install the generated python lib to the virtual env.
Languages
Rust
93.7%
Python
6.3%
