In-process task scheduler with Cron-like capabilities

Edit Package python-APScheduler
http://pypi.python.org/pypi/APScheduler/

Advanced Python Scheduler (APScheduler) is a light but powerful in-process task scheduler that lets you schedule jobs (functions or any python callables) to be executed at times of your choosing.

This can be a far better alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral and can directly access your application's variables and functions.

Refresh
Refresh
Source Files
Filename Size Changed
APScheduler-2.0.3.tar.gz 0000038544 37.6 KB
python-APScheduler.changes 0000003819 3.73 KB
python-APScheduler.spec 0000002800 2.73 KB
Revision 2 (latest revision is 55)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 2)
- Update to version 2.0.3:
  + The scheduler now closes the job store that is being removed, and all job stores on shutdown() by default
  + Added the last expression in the day field of CronTrigger (thanks rcaselli)
  + Raise a TypeError when fields with invalid names are passed to CronTrigger (thanks Christy O’Reilly)
  + Fixed the persistent.py example by shutting down the scheduler on Ctrl+C
  + Added PyPy 1.8 and CPython 3.3 to the test suite
  + Dropped PyPy 1.4 - 1.5 and CPython 3.1 from the test suite
  + Updated setup.cfg for compatibility with distutils2/packaging
  + Examples, documentation sources and unit tests are now packaged in the source distribution
Comments 0
openSUSE Build Service is sponsored by