Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/painterqubits/paramview

GUI for viewing and editing the contents of a ParamDB database.
https://github.com/painterqubits/paramview

flask jotai material-ui python react socket-io typescript

Last synced: 19 days ago
JSON representation

GUI for viewing and editing the contents of a ParamDB database.

Awesome Lists containing this project

README

        

# 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
```

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