Metadata-Version: 2.1
Name: paramview
Version: 0.5.0
Summary: GUI for viewing the contents of a ParamDB database.
Home-page: https://github.com/PainterQubits/paramview
License: BSD-3-Clause
Author: Alex Hadley
Author-email: contact@alexhadley.net
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: eventlet (>=0.36.1,<0.37.0)
Requires-Dist: flask (>=3.0.3,<4.0.0)
Requires-Dist: flask-socketio (>=5.3.6,<6.0.0)
Requires-Dist: paramdb (>=0.15.0,<0.16.0)
Requires-Dist: watchdog (>=4.0.1,<5.0.0)
Project-URL: Repository, https://github.com/PainterQubits/paramview
Description-Content-Type: text/markdown

# ParamView

[![PyPI Latest Release](https://img.shields.io/pypi/v/paramview)](https://pypi.org/project/paramview/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/paramview)](https://pypi.org/project/paramview/)
[![License](https://img.shields.io/github/license/PainterQubits/paramview)](https://github.com/PainterQubits/paramview/blob/main/LICENSE)
[![CI](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml)

GUI for viewing the contents of a ParamDB database.

## Installation

Install the latest version of ParamView using pip:

```
pip install -U paramview
```

## Usage

To launch the ParamView GUI, run:

```
paramview <path to ParamDB database file>
```

For more options, run `paramview --help`.

