5995f1dd5e70e07e8ec6ab4d130f59c32baee7cc
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%
