# HG changeset patch # User Jeff Hammel # Date 1374422155 25200 # Node ID 4353d36a2f80767d3de445d488f2ef357edbd406 # Parent c7585bd93680b9d3457261bf097dc46ee9811302 note http://pypi.python.org/pypi/ginsfsm diff -r c7585bd93680 -r 4353d36a2f80 README.txt --- a/README.txt Sat Jun 08 07:12:15 2013 -0700 +++ b/README.txt Sun Jul 21 08:55:55 2013 -0700 @@ -81,6 +81,13 @@ * https://pypi.python.org/pypi/fysom pYthOn Finite State Machine +* http://pypi.python.org/pypi/ginsfsm + GinsFSM, a library to develop systems based in finite-state + machines. It's a communication framework, including a full + asynchronous http/wsgi/winsocket/sockjs server. Ideal for working + with Pyramid using traversal dispatch. + http://ginsfsm.org + * https://pypi.python.org/pypi/graphwalker Finite state machine based testing tool.