Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.78 KB

README.rst

File metadata and controls

51 lines (35 loc) · 1.78 KB

Flask-APScheduler

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

Version Coverage CodeClimate Travis

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.

Documentation

Take a look at the examples to see how it works.

Also take a look at COMMON-ISSUES.md for help.

Installation

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

$ pip install Flask-APScheduler

Feedback

Please use the Issues for feature requests and troubleshooting usage.