×

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 Mon Mar 31 21:37:02 2025
md5 checksum dee0cd230cf3fe00b80773d1acc3509e
arch x86_64
build py310h06a4308_0
depends apscheduler >=3.2.0,<4.0.0, flask >=0.10.1, python >=3.10,<3.11.0a0, python-dateutil >=2.4.2
license Apache-2.0
license_family Apache
md5 dee0cd230cf3fe00b80773d1acc3509e
name flask-apscheduler
platform linux
sha1 7dfa6ef40738754ba97ab8fe83107341036fd76f
sha256 76c8dee97d39130f4a1925fd2ad996bcde4e6cddba928f68fff769edb54e34d9
size 26518
subdir linux-64
timestamp 1668715299193
version 1.12.4