AppRC GUI
apprc-gui adds a Gradio settings editor to an application that uses
apprc-core. The application owns the Gradio Blocks, server, and launch
decision. ConfigEditor reads and writes through the application's
ConfigManager.
import gradio as gr
from apprc_gui import ConfigEditor
from my_app.config import MyRC
with gr.Blocks() as page:
gr.Markdown("# My App settings")
ConfigEditor(MyRC.manage()).render()
page.launch(server_name="127.0.0.1", share=False)
Import all config sections registered on MyRC before creating the editor.
It works before storage or required fields are ready. The editor can create
declared files, select storage, save user or storage overrides, and show the
effective source of each setting. Secret values use password inputs and the
private companion files. The Gradio settings guide
shows how to include the editor in an existing application.
Release files for apprc-gui 0.27.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apprc_gui-0.27.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apprc_gui-0.27.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.7 kB
Release files / apprc_gui-0.27.0.tar.gz
| Download URL | apprc_gui-0.27.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb918cd2a3fb8534b8ad151fd89229ecc9bf91215e57eedb32e24d09621e82d2
|
|
BLAKE2b-256 checksum How to use checksums |
5affd9143d922da8b678af210976ac30ee0ce0cb0aa382e277696432a33f0a2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / apprc_gui-0.27.0-py3-none-any.whl
| Download URL | apprc_gui-0.27.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ef9a9ac2265da4b6d3499b3ba6dcd22219e4473aa87b94ad35afb3887e24cde
|
|
BLAKE2b-256 checksum How to use checksums |
fe583f21323ee2095c2cb0b161b9b8a14774a3235429b74b44ede4cc875a7b10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|