Metadata-Version: 2.4
Name: eview
Version: 0.1.0
Summary: Preview various kinds of text files used to generate images.
Author-email: clifton.clark@gmail.com
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: textual-fspicker>=0.6.0
Requires-Dist: textual-image>=0.8.4
Requires-Dist: textual-imageview>=0.1.1
Requires-Dist: textual>=6.7
Description-Content-Type: text/markdown

# edit-preview

Edit text files that are used to generate images.

`eview` is a simple [textual](https://textual.textualize.io/) app for editing text files and viewing the results. I is useful for developing gnuplot scripts, latex snippets, and more.

![](./doc/gnuplot-tab.png)

## Install

Install with pip or your favorite package manager:

```bash
$ pip install eview
```

## Usage

Open the editor and start developing:

```bash
$ eview
```

Or edit a file:

```bash
$ eview hooks-law.gnuplot
```

