Metadata-Version: 2.3
Name: widget_state
Version: 0.0.5
Summary: Reactive wrapping around values for GUI applications
Project-URL: Homepage, https://github.com/pLeminoq/widget_state
Author-email: Tamino Huxohl <thuxohl@mailbox.org>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# widget_state

A small library of reactive wrappers (states) around values.
Its main purpose is to be used in GUI applications where there is a visualization that depends on a state, which is updated on state changes.
It draws some inspiration from my work with Vue and Flutter.
