Metadata-Version: 2.1
Name: ArrayViewer
Version: 1.0.4
Summary: ArrayViewer
Home-page: https://github.com/alexschw/ArrayViewer
Author: Alex Schwarz
Author-email: schwarz-alex@mail.de
License: GPLv3
Description: # 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
        
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
