v0.1.0a1
Pre-release
Pre-release
bootstack 0.1.0a1 — first alpha
This is the first publicly tagged alpha of bootstack. APIs are not yet stable; expect changes before 0.1.0 final.
Install
pip install --pre bootstackWhat's in this release
A desktop application framework for Python, built on Tk:
- App scaffolding (App, AppShell) with frameless windows and custom chrome
- 60+ widgets — ttk primitives plus higher-level composites (TableView,
Calendar, DateEntry, FloodGauge, Meter, ToggleGroup, Toast, Tooltip, …) - Layout containers (PackFrame, GridFrame, ScrollView, Accordion, Card)
- Semantic styling — accent and variant tokens, paired light/dark themes
- Reactive Signal primitive with widget integration
- Form / Field validation framework
- DataSource over in-memory, SQLite, and file backends
- Localization (23 bundled message catalogs) via Babel
- CLI for scaffolding, running, and packaging projects
Links
- Documentation: https://bootstack.org
- Source: https://github.com/israel-dryer/bootstack
- Report issues: https://github.com/israel-dryer/bootstack/issues
- Full changelog: https://bootstack.org/changelog/