How to Install python3-apscheduler in Ubuntu 18.04



Install python3-apscheduler by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-apscheduler

Description:

In-process task scheduler with Cron-like capabilities

The Advanced Python Scheduler (APScheduler) is a light but powerful in-process task scheduler that lets you schedule jobs (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. . This package contains the Python 3 module.

Homepage: http://pypi.python.org/pypi/APScheduler/

Version: 3.4.0-2ubuntu1

Section: universe/python