From bc30375e7df2bbb7b1e224abb81790afca02e34a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 8 Apr 2020 20:38:37 +0800 Subject: [PATCH] add transitions Fixes #1474 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb66d65..bdc54ea 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types. * [python-ds](https://github.com/prabhupant/python-ds) - Clean and simple collection of data structure and algorithms in Python for coding interviews. +* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation in Python. ## ASGI Servers