Welcome to lazysignals’s Documentation!¶
Last update: May 11, 2025
A Python library that allows you to run effects whenever state changes. It employs dependency discovery and updates are lazy. The library is conceptually inspired by signals in JavaScript.
This project is released on GitHub under the MIT License.
- What this library is.
A simple reactive programming library.
- What this library isn’t.
An event framework.
A lazy evaluation framework.