python-statemachine
python-statemachine copied to clipboard
Python Finite State Machines made easy.
Hi there, I looked at the code because I saw that when the first event is sent, the thread which is the owner of the state machine is blocked until...
* Python State Machine version: 2.0.0 * Python version: 3.10 * Operating System: mac os 13 ### Description I am looking for an action which gets called after a transition...
Solves #379 takes results from exit source state, enter target state and after transition into account as well
I have added comments in a utility routine.
* Python State Machine version: 2.1.2 * Python version: 3.10 * Operating System: Windows 10 ### Description Is there a way to define persistence or timeouts for states within the...
As of know, it's possible to add a translation string as state name, and then use that translation string within an application. (For instance, have an API where all state...
Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. Commits 84d1102 [5.0.x] Bumped version for 5.0.8 release. 32ebcbf [5.0.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att... 523da87 [5.0.x] Fixed CVE-2024-41991 -- Prevented...
Thanks for an awesome tool! I have a state machine that can go to an "ask if exit" state from every state. It would be great if I could define...
* Python State Machine version: 2.3.1 ### Description Sometime action can't be completed and we need sort of cleanup code, which can be run after any action. In my case...
That is best python state machine libratry! Thanks! ### Description Im my case i build logic with many states (> 12), also a have many conditions. My way is simple...