alysivji / finite-state-machine

Lightweight, decorator-based Python implementation of a Finite State Machine
MIT License
111 stars 12 forks source link

friendly-states #28

Closed alexmojaki closed 3 years ago

alexmojaki commented 3 years ago

Just wanted to share my related library https://github.com/alexmojaki/friendly_states, thought you might find the API interesting

alysivji commented 3 years ago

I like the use of type hints for transitions. Do you have an example Django project on GitHub where you are using the library? Would like to see how this looks on the database side

alexmojaki commented 3 years ago

Sorry, I don't.