From c0e904fbfd589e4e5dc8e539537522d6b825f9c0 Mon Sep 17 00:00:00 2001 From: Javier Palomo Almena Date: Tue, 22 Jul 2014 08:25:55 +0200 Subject: [PATCH] Add APScheduler (Advanced Python Scheduler) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdfc43a7..b81b8ca0 100644 --- a/README.md +++ b/README.md @@ -843,6 +843,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python. * [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans. * [django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django. +* [APScheduler](http://apscheduler.readthedocs.org/) - A light but powerful in-process task scheduler that lets you schedule functions. ## Foreign Function Interface