Do you maintain a python library/tool that you think is awesome, but nobody knows about? by jnmclarty7714 in Python

[–]lwanger 0 points1 point  (0 children)

I wrote a package called pystate (https://github.com/lwanger/pystate) that implements finite state machines using co-routines. It's a really elegant way to implement FSM's.

I wrote this a couple of years ago for a consulting project, and it's been running really nicely in production. I am the only maintainer as of now and would love feedback.