Package python3-module-apscheduler: Information

    Source package: python3-module-apscheduler
    Version: 3.10.1-alt1
    Build time:  Jul 8, 2023, 11:40 PM
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-apscheduler (noarch)

    Maintainer: Sergey Bolshakov


      1. python3(wheel)
      2. python3(setuptools)
      3. python3(setuptools_scm)
      4. python3-module-pyproject-installer >= 0.4.0
      5. rpm-build-pyproject

    Last changed


    July 7, 2023 Sergey Bolshakov 3.10.1-alt1
    - 3.10.1 released
    May 18, 2022 Sergey Bolshakov 3.9.1-alt1
    - 3.9.1 released
    Jan. 29, 2021 Sergey Bolshakov 3.7.0-alt1
    - 3.7.0 released