In-process task scheduler with Cron-like capabilities
Project description
APScheduler is a light but powerful in-process task scheduler that lets you schedule 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.
The development of APScheduler was heavily influenced by the Quartz task scheduler written in Java, although APScheduler cannot claim as many features.
Features
No external dependencies
Thread-safe API
Cron-like scheduling
Delayed scheduling of single fire jobs (like the UNIX “at” command)
Interval-based scheduling of jobs, with configurable start date and repeat count
Documentation
Documentation can be found on the APScheduler site.
Source
The source can be browsed at Bitbucket.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file APScheduler-1.0.tar.gz
.
File metadata
- Download URL: APScheduler-1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f5b0aa0cae20b123146a897bcf1bc3698e6724fdc63bfe36df253918d1255d5 |
|
MD5 | 14c4e8504faad713586c6bd06915bc18 |
|
BLAKE2b-256 | 404631703a09b3b173fa09b7ee560d669fa2fcadbdd66635b40eefb8a6ddf3e1 |