×

Flask-APScheduler is a Flask extension which adds support for the APScheduler. Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline [1]. Among other things, APScheduler can be used as a cross-platform, application specific replacement to platform specific schedulers, such as the cron daemon or the Windows task scheduler. Please note, however, that APScheduler is not a daemon or service itself, nor does it come with any command line tools. It is primarily meant to be run inside existing applications. That said, APScheduler does provide some building blocks for you to build a scheduler service or to run a dedicated scheduler process.

Uploaded Tue Apr 1 01:17:48 2025
md5 checksum 8479c3791c64009031e061505b3dce2d
build pyhd3eb1b0_0
depends apscheduler, apscheduler >=3.2.0, flask >=0.10.1, python, python-dateutil >=2.4.2
license Apache-2.0
license_family Apache
md5 8479c3791c64009031e061505b3dce2d
name flask-apscheduler
noarch python
sha1 72ddaeb14dd83f175b41a42238c1dade6c623da5
sha256 e39394666f2e43471fa6e9131e76bd04586ce3e02d8e366c96c4c6c5559e1629
size 16710
subdir noarch
timestamp 1615747140088
version 1.12.0