Metadata-Version: 2.4
Name: ArrayViewer
Version: 1.1.4.1
Summary: ArrayViewer
Author-email: Alex Schwarz <schwarz-alex@mail.de>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/alexschw/ArrayViewer
Project-URL: Documentation, https://arrayviewer.readthedocs.io/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.14
Requires-Dist: numpy>=1.22.2
Requires-Dist: scipy>=1.11.2
Requires-Dist: h5py>=3.11.0
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: Pillow>=10.2
Requires-Dist: natsort
Requires-Dist: fonttools>=4.43.0
Dynamic: license-file

# ArrayViewer

The ArrayViewer is a tool to visualize data from different sources in a unified tool. It can load files containing different data structures (data, hdf5, mat, numpy, txt). This data can than be plotted as a standard plot, image or 3d/4d representation.

## Usage
To install the Arrayviewer simply run `pip3 install ArrayViewer`. Once installed you can run `aview` to start the application. You can append the name of one or more files you want to open, to load them directly. A detailed description is available at https://arrayviewer.readthedocs.io

## Dependencies
The ArrayViewer requires the following python-packages:
* PyQt5
* numpy
* scipy
* h5py
* matplotlib
* Pillow
* natsort
