Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569703
en ru br
ALT Linux repos
S:3.10.1-alt1

Group :: Development/Python3
RPM: python3-module-apscheduler

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.10.1-alt1
Build date: 7 july 2023, 14:20 ( 42.3 weeks ago )
Size: 82.30 Kb

Home page:   https://pypi.org/project/APScheduler/

License: MIT
Summary: In-process task scheduler with Cron-like capabilities
Description:

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.

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.

Current maintainer: Sergey Bolshakov

List of contributors

List of rpms provided by this srpm:

  • python3-module-apscheduler
  • python3-module-apscheduler-docs
  • python3-module-apscheduler-pickles
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin