Skip to content

v0.1.0a1

Pre-release
Pre-release

Choose a tag to compare

@israel-dryer israel-dryer released this 04 May 02:07
· 926 commits to main since this release
1088980

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 bootstack

What'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