apscheduler==3.11.3
# In-process task scheduler with Cron-like capabilities
$ pip install apscheduler
downloads/wk
11,887,521
license
MIT
version
3.11.3
python
>=3.8
What is apscheduler?
APScheduler is a Python library that lets you schedule tasks to run at specific times or intervals within your application, similar to how cron jobs work on Unix systems. Developers use it to automate recurring jobs like data backups, periodic API calls, or cleanup tasks without needing external scheduling tools. It's useful when you need lightweight, in-process task scheduling integrated directly into your Python application.
Links
Keywords