Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciuschiele/flask-apscheduler
Adds APScheduler support to Flask
https://github.com/viniciuschiele/flask-apscheduler
apscheduler cron-jobs flask flask-extensions scheduler
Last synced: 7 days ago
JSON representation
Adds APScheduler support to Flask
- Host: GitHub
- URL: https://github.com/viniciuschiele/flask-apscheduler
- Owner: viniciuschiele
- License: apache-2.0
- Created: 2015-05-10T14:43:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T12:46:26.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:26:50.836Z (about 1 month ago)
- Topics: apscheduler, cron-jobs, flask, flask-extensions, scheduler
- Language: Python
- Size: 814 KB
- Stars: 1,121
- Watchers: 25
- Forks: 184
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- stars - viniciuschiele/flask-apscheduler
README
=================================
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_).. code:: python
pip install Flask-APScheduler
Documentation
===============`See Flask APSchedulers Documentation. `_
Feedback
===============
Please use the Issues_ for feature requests and troubleshooting usage... |Version| image:: https://img.shields.io/pypi/v/flask-apscheduler.svg
:target: https://pypi.python.org/pypi/Flask-APScheduler.. |Tests| image:: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/tests.yml/badge.svg
:target: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/tests.yml.. |Coverage| image:: https://codecov.io/github/viniciuschiele/flask-apscheduler/coverage.svg
:target: https://codecov.io/github/viniciuschiele/flask-apscheduler.. |Docs| image:: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/docs.yml/badge.svg
:target: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/docs.yml.. _examples: https://github.com/viniciuschiele/flask-apscheduler/tree/master/examples
.. _PyPi: https://pypi.python.org/pypi/Flask-APScheduler
.. _Issues: https://github.com/viniciuschiele/flask-apscheduler/issues