CMD + K

flask-apscheduler

Anaconda Verified

Flask-APScheduler is a Flask extension which adds support for the APScheduler

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::flask-apscheduler

Usage Tracking

1.13.1
1.12.4
1.12.2
1.12.1
1.12.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Flask-APScheduler is a Flask extension which adds support for the APScheduler

Last Updated

Sep 11, 2025 at 10:05

License

Apache-2.0

Total Downloads

2.4K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 1.12.4
noarch Last supported version: 1.12.2
linux-s390x Last supported version: 1.12.4
macOS-64 Last supported version: 1.12.4