Skip to main content

Utility library for reading/writing Qlik View Data (QVD) files in Python.

Project description

PyQvd

Utility library for reading/writing Qlik View Data (QVD) files in Python.

The PyQvd library provides a simple API for reading/writing Qlik View Data (QVD) files in Python. Using this library, it is possible to parse the binary QVD file format and convert it to a Python object structure or vice versa.



Install

PyQvd is a Python library available through pypi. The recommended way to install and maintain PyQvd as a dependency is through the package installer (PIP). Before installing this library, download and install Python.

To use PyQvd, first install it using pip:

(.venv) $ pip install PyQvd

Usage

For a detailed overview of the library's API, please refer to the documentation. Below is a quick example how to use PyQvd.

from pyqvd import QvdTable

tbl = QvdTable.from_qvd("path/to/file.qvd")
print(tbl.head())

The above example loads the PyQvd library and parses an example QVD file. A QVD file is typically loaded using the static QvdTable.from_qvd function of the QvdTable class itself. After loading the file's content, numerous methods and properties are available to work with the parsed data.

License

Copyright (c) 2024 Constantin Müller

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT License or LICENSE for more details.

Forbidden

Hold Liable: Software is provided without warranty and the software author/license owner cannot be held liable for damages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqvd-2.2.0b1.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

PyQvd-2.2.0b1-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file pyqvd-2.2.0b1.tar.gz.

File metadata

  • Download URL: pyqvd-2.2.0b1.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyqvd-2.2.0b1.tar.gz
Algorithm Hash digest
SHA256 186bc24c0aca15fc37af0f8a434496031fe33d4b0d25b6a44bb305229aed65ab
MD5 3045f94582074cc52d31321a09e0206c
BLAKE2b-256 fd77ef9b47de83516b4542cf2a7b9f9f1cc6f557b5eefa7598e15cd4ae33cab5

See more details on using hashes here.

Provenance

File details

Details for the file PyQvd-2.2.0b1-py3-none-any.whl.

File metadata

  • Download URL: PyQvd-2.2.0b1-py3-none-any.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for PyQvd-2.2.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 537ef6d0a77c2a49e96f6032e111abf400f7e52f4b251c3a9e0d051f1ab4118e
MD5 ec03c3ef769bd153a7215a02491b5253
BLAKE2b-256 1adc265ae6e1589c08e947ea9d77f8d7e5abce23f1f74e525c7385d7998de68c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page