python-statemachine icon indicating copy to clipboard operation
python-statemachine copied to clipboard

Python Finite State Machines made easy.

Results 48 python-statemachine issues
Sort by recently updated
recently updated
newest added

### Description [UV](https://github.com/astral-sh/uv) : _An extremely fast Python package and project manager_.

enhancement

`/contributing.md` redirected users to `/docs/contributing.md` but the link was broken (missing file extension). `/README.md` pointed users to `/contributing.md` so this has been updated to the new location `/docs/contributing.md` to eliminate...

Following the steps described in the "Get Started" section of the contribution page, up until step 9 (`uv run sphinx-build docs docs/_build/html`), an error is raised: ``` Configuration error: There...

* Python State Machine version: `2.5.0` * Python version: `Python 3.13.1` *(also reproduced in `Python 3.10.12`)* * Operating System: Darwin arm64 24.1.0 * Visual Studio Code Version: 1.96.0 (Universal) Commit:...

linter

Hi, Currently actions are supported for entry, exit, and transitions. A very important use case are functions that are performed while being in a state, called do_behaviors in UML and...

Thank you for this library, it's been very helpful! However I've been trying to check before going through a transition to see if it was possible to do it, and...

enhancement

* Python State Machine version: 2.5.0 * Python version: 3.12 * Operating System: Windows 11 ### Description As in the title, when StateMachine is subclassed, no unresolved references are found...

enhancement

Another approach for https://github.com/fgmacedo/python-statemachine/pull/329. By supporting the test cases defined at https://www.w3.org/Voice/2013/scxml-irp/ we can incorporate small functionalities until we get covered by the full spec. ### Experimental Python class API...