slitayem / flask-apscheduler

Adds APScheduler support to Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-APScheduler

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

Version

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.

Documentation

Soon... take a look at the examples to see how it works.

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.

About

Adds APScheduler support to Flask

License:Apache License 2.0


Languages

Language:Python 100.0%