Merge remote-tracking branch 'jvrplmlmn/APScheduler'

Conflicts:
	README.md

Resolved
This commit is contained in:
Vinta 2014-07-25 14:34:01 +08:00
commit 44e928f83c

View File

@ -850,6 +850,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for scheduling jobs.*
* [APScheduler](http://apscheduler.readthedocs.org/) - A light but powerful in-process task scheduler that lets you schedule functions.
* [django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django.
* [doit](http://pydoit.org/) - A task runner/build tool.
* [Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.