2020-12-17 17:30:29 +00:00
2020-12-17 17:24:46 +00:00
2020-12-17 14:45:05 +00:00
2020-12-17 14:45:05 +00:00
2020-12-17 14:45:05 +00:00
2020-12-15 22:43:22 +00:00
2020-12-17 14:48:50 +00:00
2020-12-15 22:43:22 +00:00
2020-12-17 17:30:29 +00:00
2020-11-25 08:59:25 +00:00
2020-11-25 08:59:25 +00:00

Read Qlik Sense .qvd files

Rust Python package

Install

Install from PyPi https://pypi.org/project/qvd/

pip install qvd

Usage

from qvd import reader

df = reader.read('test.qvd')
print(df)

example

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.

Description
No description provided
Readme Apache-2.0 3.5 MiB
Languages
Rust 93.7%
Python 6.3%