AppRC GUI
apprc-gui provides a Toga configuration view for applications using
apprc-core. The host application creates one ConfigManager from its AppRC
declaration and places apprc_gui.ConfigView in its own Toga window.
import toga
from apprc_gui import ConfigView
from my_app.config import MyRC
class MyDesktopApp(toga.App):
def startup(self):
window = toga.MainWindow(title="My App")
self.main_window = window
window.content = ConfigView(MyRC.manage(), window).widget
window.show()
Import the config sections registered on MyRC before creating the view.
The view can open before required settings or storage are ready. It uses
AppRC's manager to set up files, select storage, and edit saved fields. The
application retains ownership of the window and decides when to start its own
work. See the GUI guide
for an application callback and installer instructions.
On Windows, installation includes the WinForms backend. On other platforms, install a supported Toga backend separately before opening the window.
Release files for apprc-gui 0.26.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.26.0.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apprc_gui-0.26.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.1 kB
Release files / apprc_gui-0.26.0.tar.gz
| Download URL | apprc_gui-0.26.0.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
870bf0d21dae7ccaf2bb03e17861be5ad375c5e02e8adbe8b2d686ff81149000
|
|
BLAKE2b-256 checksum How to use checksums |
b610bedc224a58e02c447a36cab8776680f56d56bad0fdbc9882a58a692e1f12
|
| 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.26.0-py3-none-any.whl
| Download URL | apprc_gui-0.26.0-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
84e0e05ae146aa20225aba8cc19ce8d03715a7c956b6ee81eaeac79fbeedba01
|
|
BLAKE2b-256 checksum How to use checksums |
8ea1332e76fcbd5419c1502401dc8aedfcdd733d7fdbe2d01a7283de769089da
|
| 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}
|