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:

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.

Contributing

If you would like to contribute to PyQvd, please fork the repository and create a pull request. We welcome pull requests for bug fixes, new features, and improvements to the library. Please ensure that your pull request and its changes follows the Contributing Guidelines.

Quickstart

Clone the repository and install the development dependencies:

git clone https://github.com/MuellerConstantin/PyQvd.git
cd PyQvd

pip install nox poetry
poetry install -E pandas

If you want to work with test QVD files, make sure Git LFS is installed:

git lfs install
git lfs pull

Development workflow

Run the test suite:

nox -s tests

Run linting:

nox -s lint

Run benchmarks:

nox -s benchmark

Run profiling:

nox -s profiling

Build documentation:

nox -s docs

Build the package:

nox -s build

License

Copyright (c) 2024 Constantin Müller and contributors

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.3.2.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyqvd-2.3.2-py3-none-any.whl (28.7 kB view details)

Uploaded Python 3

File details

Details for the file pyqvd-2.3.2.tar.gz.

File metadata

  • Download URL: pyqvd-2.3.2.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for pyqvd-2.3.2.tar.gz
Algorithm Hash digest
SHA256 b8d417dad1c20e9931c553004b2b3d18550daa4f321f3ed0c41bd70f978f85dd
MD5 731aa9a2ad1984e43cb013492e57229e
BLAKE2b-256 7afa141a4d7f3c2bcfcadcb462d7556c54fdd63ec310cbf551cf1a0a953f579c

See more details on using hashes here.

File details

Details for the file pyqvd-2.3.2-py3-none-any.whl.

File metadata

  • Download URL: pyqvd-2.3.2-py3-none-any.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for pyqvd-2.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3ea045f27b648b871022ab784e902a32c9efbc1648aa58f7f3782c43af767e8
MD5 bc1e8d87243ecbe62a9acdef38dc7ccd
BLAKE2b-256 ae0b629336716fddd572dcdaa207e5dc6c49a48fe7b5ea69ea576eb4336e05a2

See more details on using hashes here.

Supported by

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