GitHub - eatfirst/python-tuco: EatFirst's Python Finite State Machine!
eatfirst / python-tuco Public
-
Notifications
You must be signed in to change notification settings - Fork 1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
Overview
| docs | |
|---|---|
| tests | |
| package |
A simple class based finite state machine with parsing time validation
- Free software: MIT license
Installation
pip install tuco
Documentation
https://python-tuco.readthedocs.io/
Development
Make sure you have a running redis instance and to run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox |
About
EatFirst's Python Finite State Machine!