automat
automat copied to clipboard
Self-service finite-state machines for the programmer on the go.
The docs at https://automat.readthedocs.io/en/latest/about.html don't seem to have syntax highlighting, which might be nice.
I’m actually working on library evaluation for state machine and I’m very interesting in what Automat do. To resume, I develop a module to manage small process like Bluetooth communication...
I was experimenting with `automat` to simulate a game. The game has a number of different phases, and different players may only be active in particular phases. I modelled the...
Hi, my code breaks when I accidentally upgrade Automat from 5.0 to 6.0. Is there anywhere I can find the doc for difference? Many thanks feng
With the coffee machine example in the readme, we go from 3 state attributes (beans, water, lid), to just one (beans), to make the following examples simpler. I'm a little...
Fully recognize this question may reflect bad practice or might just run counter to the opinion of the framework (which is great!), but do you have any plan to implement...
Automat should have a benchmark suite so we can measure performance overhead.
`automat-visualize` really needs documentation to explain how to use it.
Having this combination is useful because Automat and Twisted have a cicle dependency (Automat needs Twisted and Twisted needs Automat). So not having Twisted installed leads to: ``` [ 5s]...
Related to #30: When the state machine is producing outputs, it is in an intermediate, undefined state. One of automat's big benefits is to eliminate the need for manual guards...