Metadata-Version: 2.1
Name: quicklook
Version: 1.0.0
Summary: An easy way to view numpy arrays
Author: Sam Murphy
Author-email: samsammurphy@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# quicklook
An easy way to view numpy arrays.

Here are the [docs](https://samsammurphy.github.io/quicklook/)
