Metadata-Version: 2.4
Name: daqview
Version: 0.8.1
Summary: DAQ Data Analysis Software
Project-URL: homepage, https://www.ael.co.uk/pages/daqview.html
Author-email: Adam Greig <adam@ael.co.uk>
License-Expression: GPL-3.0-only
License-File: COPYING
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: colour~=0.1
Requires-Dist: h5py~=3.6
Requires-Dist: importlib-resources~=6.5
Requires-Dist: numexpr~=2.11
Requires-Dist: numpy~=2.0
Requires-Dist: platformdirs~=4.2
Requires-Dist: pyqtgraph~=0.13
Requires-Dist: pyside6<6.9.1,>=6.8
Requires-Dist: pyyaml~=6.0
Requires-Dist: scipy~=1.15
Description-Content-Type: text/markdown

# DAQview

DAQview is a desktop application for viewing live and historic DAQ data
from the Airborne Engineering Ltd DAQ system.

For more information and the user manual, refer to our website:

https://www.ael.co.uk/pages/daqview.html

Licensed under the GPL 3.0 license.

## Installation

The recommended installation method is to use [`uv`](https://docs.astral.sh/uv)
to install the latest published version on PyPI:

```
uv tool install daqview
```

To run DAQview after installation, run `daqview`.

On a Linux desktop, complete installation by running `daqview --install`
to add the application to your list of locally-installed applications.

To upgrade to a newer release of DAQview, run `uv tool upgrade daqview`.

DAQview can also be installed using `pipx` or other tools for installing Python
applications, e.g. `pipx install daqview`.

## Development Environment

Run from a local copy of the code using:
```
uv run daqview
```

Run tests with:
```
uv run pytest
```
