pycsamt.app#
Desktop and web application entry points for pyCSAMT.
pycsamt.app — desktop and web applications for pycsamt.
Desktop (PySide6):
python -m pycsamt.app.desktop
# or
pycsamt-desktop
# legacy alias
pycsamt-gui
Web (Dash):
python -m pycsamt.app.web
# → http://localhost:8050
See pycsamt/app/PLAN.md for the full implementation plan.
Application Modules#
The application package contains optional GUI and web dependencies. This stub only imports lightweight entry-point modules during the documentation build. Detailed API pages for controllers, panels, callbacks, and windows will be added when the application manual is expanded.
pycsamt.app.desktop — PySide6 desktop application for pycsamt. |
|
Entry point: python -m pycsamt.app.desktop |
|
pycsamt.app.web — Dash browser-based application for pycsamt. |
|
Entry point: python -m pycsamt.app.web |
|
Dash web application for pycsamt (Phase 6). |