Welcome to PyQvd’s documentation!
PyQvd is a Python library that 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.
In general, PyQvd is designed to be simple and easy to use. The library provides a high-level API that allows you to read and write QVD files with just a few lines of code. This way, you can focus on your data analysis tasks without having to worry about the details of the QVD file format.
PyQvd is a pure Python library and does not require any additional dependencies in order to work. However, some features of this library, especially connectors to third-party data sources, may require external libraries like pandas. If you want to use these features, you need to install the required libraries manually.
Contact
For technical issues, bug reports and feature request and more please use the issue section. on GitHub.
If you have questions or need further assistance you can contact me via mail. If you are using PyQvd in your project, please let me know. This helps me to understand the needs of the community and to prioritize the development of new features.
Email: info@mueller-constantin.de
License
PyQvd is licensed under the MIT 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.