diff --git a/README.md b/README.md index b1001208284fa8dbde00910e11b2ef15cbcb524f..3f228f690070c8dcb0ee6ed89653119853e473fc 100644 --- a/README.md +++ b/README.md @@ -1080,6 +1080,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. * [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python. * [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable. +* [sched](https://docs.python.org/2/library/sched.html) - (Python standard library) A module when a general purpose event scheduler is needed. ## Foreign Function Interface