qres reader for python
This package provides a python API to read binary *.qres files generated by the Cubus software.
Installation
Install via pip with
pip install python-qres
Install via uv with
uv add python-qres
Quick start
You can read the data from a *.qres-file as a pandas DataFrame as:
import numpy as np
import matplotlib.pyplot as plt
from cubus_reader import read_cubus_file_as_dataframe
# Read the *.qres file
data = read_cubus_file_as_dataframe('qres_file.qres')
# Plot the data
data.plot()
plt.show()
Additionally, the data can be read as an array plus a header dictionary containing the metadata.
import numpy as np
import matplotlib.pyplot as plt
from cubus_reader import read_cubus_file
# Read the *.qres file
header, data = read_cubus_file_as_dataframe('qres_file.qres')
Release files for qres-reader 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qres_reader-0.1.7.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qres_reader-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / qres_reader-0.1.7.tar.gz
| Download URL | qres_reader-0.1.7.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
671746c551693bc287cf40cef08ab44ba1405bc372a55798596c975958a7f93b
|
|
BLAKE2b-256 checksum How to use checksums |
fb53a5b5b56667e7d9a34c002d267be743abd00004277bd6b19b4262484bdbfd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 9, 2026.
Transparency logRelease files / qres_reader-0.1.7-py3-none-any.whl
| Download URL | qres_reader-0.1.7-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
30188d9694f523dda40232796648b4f15a63f47263b6cc73677a09c1fe5540ec
|
|
BLAKE2b-256 checksum How to use checksums |
2bd5f988e0ed5960e12ba743c8123de92acb2530c741e97a305f05ee02b689e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 9, 2026.
Transparency log