Welcome to lazysignals's Documentation! ======================================= Last update: |today| 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 :doc:`licence`. What this library is. - A simple reactive programming library. What this library isn't. - An event framework. - A lazy evaluation framework. Contents -------- .. toctree:: :maxdepth: 2 :glob: faqs installation example lazysignals internals changelog contributing licence reference genindex