Metadata-Version: 2.4
Name: rendarr
Version: 0.1.0
Summary: Render a slice of a .npy array as an image.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.11
Requires-Dist: matplotlib>=1.5.0

# RendArr

Render a slice of a .npy array as an image.

Installation:

```sh
pip install rendarr
```

## Usage

```
rendarr <array.npy> [options]
```

This will open a window displaying the array as an image.
If an interactive axis was marked,
you can use the arrow keys to navigate along the interactive axis.

Run `rendarr --help` to see all options.
