successfactory / aqdef-reader

Python module to read DFQ files in the Q-DAS ASCII transfer format
Apache License 2.0
4 stars 3 forks source link

Python module to read DFQ files in the Q-DAS ASCII transfer format

PyPI Latest Release Python Package CodeQL Code style: black

aqdef-reader is a Python module designed for reading DFQ files (Q-DAS ASCII transfer format). This package provides data structures to handle elements of the transfer file format, including parts and characteristics. It is capable of reading measured values contained within the DFQ files, integrating these values into the characteristics detailed in the transfer file.

The package aqdefreader is developed in accordance with the official Q-DAS ASCII transfer format manual, ensuring compatibility and reliability in processing and interpreting data formatted according to the standards set by Q-DAS GmbH.

Installation

The source code is currently hosted on GitHub at: https://github.com/successfactory/aqdef-reader

Binary installers for the latest released version are available at the Python Package Index (PyPI).

# PyPI
pip install aqdefreader

Dependencies

License

Apache License 2.0