AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES_v0.1.0rc1.md
RELEASE_NOTES_v0.1.0rc2.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
assets/model_demo.svg
docs/announcement-drafts.md
docs/publishing.md
examples/basic.py
examples/counter.py
examples/model_demo.py
src/stui/__init__.py
src/stui/__main__.py
src/stui/api.py
src/stui/app.py
src/stui/cli.py
src/stui/elements.py
src/stui/runtime.py
src/stui/session_state.py
src/stui/widgets/__init__.py
src/stui/widgets/slider.py
src/stui_terminal.egg-info/PKG-INFO
src/stui_terminal.egg-info/SOURCES.txt
src/stui_terminal.egg-info/dependency_links.txt
src/stui_terminal.egg-info/entry_points.txt
src/stui_terminal.egg-info/requires.txt
src/stui_terminal.egg-info/top_level.txt
tests/test_app_smoke.py
tests/test_button.py
tests/test_callbacks.py
tests/test_cli.py
tests/test_keys.py
tests/test_phase2_elements.py
tests/test_phase2_widgets.py
tests/test_runtime.py
tests/test_runtime_hardening.py
tests/test_session_state.py
tests/test_slider.py
tests/test_static_policy.py
tests/test_widget_edge_cases.py