Metadata-Version: 1.2
Name: matrix-viewer
Version: 0.1.0
Summary: A tabular viewer for numpy arrays, python structs and more similar to the MATLAB data viewer
Home-page: https://github.com/msrst/matrix_viewer
Author: Matthias Rosenthal
License: MIT license
Description: =============
        Matrix Viewer
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/matrix_viewer.svg
                :target: https://pypi.python.org/pypi/matrix_viewer
        
        .. image:: https://img.shields.io/travis/msrst/matrix_viewer.svg
                :target: https://travis-ci.com/msrst/matrix_viewer
        
        .. image:: https://readthedocs.org/projects/matrix-viewer/badge/?version=latest
                :target: https://matrix-viewer.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        A tabular viewer for numpy arrays, python structs and more similar to the MATLAB data viewer
        
        
        * Free software: MIT license
        * Documentation: https://matrix-viewer.readthedocs.io.
        
        
        Features
        --------
        
        * Display numpy 2D-arrays
        * Interactively traverse through python containers like list, dict and classes to view their attributes or data
        * Interoperability with matplotlib.pyplot
        
        This project is tested under windows and linux. I don't have a Mac, so there might be Mac issues. But
        don't hesitate to file issues, or ideally pull requests targetting Mac support.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2021-10-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: matrix_viewer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
