Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/painterqubits/paramview
- Owner: PainterQubits
- License: bsd-3-clause
- Created: 2023-03-17T21:45:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T01:24:47.000Z (about 2 months ago)
- Last Synced: 2024-10-09T12:34:20.100Z (about 1 month ago)
- Topics: flask, jotai, material-ui, python, react, socket-io, typescript
- Language: TypeScript
- Homepage: https://pypi.org/project/paramview
- Size: 1.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
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`.