Metadata-Version: 2.1
Name: ArrayViewer
Version: 1.1.1
Summary: ArrayViewer
Home-page: https://github.com/alexschw/ArrayViewer
Author: Alex Schwarz
Author-email: schwarz-alex@mail.de
License: GPLv3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.12
Requires-Dist: numpy>=1.22.2
Requires-Dist: scipy>=1.11.2
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: Pillow>=10.2
Requires-Dist: natsort
Requires-Dist: fonttools>=4.43.0

# 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
