Metadata-Version: 2.1
Name: matrix-viewer
Version: 0.2.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
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
Requires-Dist: numpy (>=1.0)

=============
Matrix Viewer
=============


.. image:: https://img.shields.io/pypi/v/matrix_viewer.svg
        :target: https://pypi.python.org/pypi/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 even better create pull requests targetting Mac support.

.. image:: docs/_static/matrix_screenshot.png

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.


0.2.0 (2021-12-19)
------------------

* view pytorch Tensors
* keyboard navigation
* fix bug regarding empty arrays
* smarter formatting


