e195cd3192f1f09136ea9d7d33e0c94aa745f82b
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
run maturin develop to install python lib to the virtual env.
Languages
Rust
93.7%
Python
6.3%
