Metadata-Version: 2.1
Name: nppretty
Version: 1.0.0
Summary: Pretty printer for numpy arrays.
Home-page: https://github.com/telamonian/nppretty
Author: Max Klein
License: BSD
Description: Pretty printer for numpy arrays. Among other things, 
            provides a `formatArrayTex` function for converting a numpy array to a 
            TeX/LaTeX table. Allows for more control over things like spacing, 
            delimiters, and brackets than the built-in `numpy.set_printoptions`.
            
Keywords: Array,Formatting,Printing,Numpy
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: heatmap
