• Stars
    star
    1,089
  • Rank 41,017 (Top 0.9 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 9 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Adds APScheduler support to Flask

Flask-APScheduler

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

Version Tests Coverage Docs

Features

  • Loads scheduler configuration from Flask configuration.
  • Loads job definitions from Flask configuration.
  • Allows to specify the hostname which the scheduler will run on.
  • Provides a REST API to manage the scheduled jobs.
  • Provides authentication for the REST API.
  • Integrates with Flask Blueprints

Installation

You can install Flask-APScheduler via Python Package Index (PyPI)

pip install Flask-APScheduler

Documentation

See Flask APSchedulers Documentation.

Feedback

Please use the Issues for feature requests and troubleshooting usage.