=================================
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 <https://github.com/viniciuschiele/flask-apscheduler/tree/master/examples/application_factory>`_
Installation
===============
You can install Flask-APScheduler via Python Package Index (PyPI_)
.. code:: python
pip install Flask-APScheduler
Documentation
===============
`See Flask APSchedulers Documentation. <https://viniciuschiele.github.io/flask-apscheduler/>`_
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
Raw data
{
"_id": null,
"home_page": "https://github.com/viniciuschiele/flask-apscheduler",
"name": "Flask-APScheduler",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "apscheduler,scheduler,scheduling,cron",
"author": "Vinicius Chiele",
"author_email": "vinicius.chiele@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/26/23/956b5ffbd1b473fa96ad4aa7918cfbf4616b58f4c9de8c9fd52c6ccf9141/Flask-APScheduler-1.13.1.tar.gz",
"platform": null,
"description": "=================================\nFlask-APScheduler\n=================================\nFlask-APScheduler is a Flask extension which adds support for the APScheduler.\n\n|Version| |Tests| |Coverage| |Docs|\n\nFeatures\n===============\n- Loads scheduler configuration from Flask configuration.\n- Loads job definitions from Flask configuration.\n- Allows to specify the hostname which the scheduler will run on.\n- Provides a REST API to manage the scheduled jobs.\n- Provides authentication for the REST API.\n- Integrates with `Flask Blueprints <https://github.com/viniciuschiele/flask-apscheduler/tree/master/examples/application_factory>`_\n\nInstallation\n===============\nYou can install Flask-APScheduler via Python Package Index (PyPI_)\n\n.. code:: python\n\n pip install Flask-APScheduler\n\nDocumentation\n===============\n\n`See Flask APSchedulers Documentation. <https://viniciuschiele.github.io/flask-apscheduler/>`_\n\nFeedback\n===============\nPlease use the Issues_ for feature requests and troubleshooting usage.\n\n.. |Version| image:: https://img.shields.io/pypi/v/flask-apscheduler.svg\n :target: https://pypi.python.org/pypi/Flask-APScheduler\n\n.. |Tests| image:: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/tests.yml\n\n.. |Coverage| image:: https://codecov.io/github/viniciuschiele/flask-apscheduler/coverage.svg\n :target: https://codecov.io/github/viniciuschiele/flask-apscheduler\n\n.. |Docs| image:: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/docs.yml/badge.svg\n :target: https://github.com/viniciuschiele/flask-apscheduler/actions/workflows/docs.yml\n\n.. _examples: https://github.com/viniciuschiele/flask-apscheduler/tree/master/examples\n\n.. _PyPi: https://pypi.python.org/pypi/Flask-APScheduler\n\n.. _Issues: https://github.com/viniciuschiele/flask-apscheduler/issues\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Adds APScheduler support to Flask",
"version": "1.13.1",
"project_urls": {
"Homepage": "https://github.com/viniciuschiele/flask-apscheduler"
},
"split_keywords": [
"apscheduler",
"scheduler",
"scheduling",
"cron"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2623956b5ffbd1b473fa96ad4aa7918cfbf4616b58f4c9de8c9fd52c6ccf9141",
"md5": "b24fb2093d234571a9339b24014ecbe7",
"sha256": "b929846f026fb339b76360b0e4fc75da78b75c6d08625715bd0d37949bd607da"
},
"downloads": -1,
"filename": "Flask-APScheduler-1.13.1.tar.gz",
"has_sig": false,
"md5_digest": "b24fb2093d234571a9339b24014ecbe7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12601,
"upload_time": "2023-11-07T12:44:20",
"upload_time_iso_8601": "2023-11-07T12:44:20.008364Z",
"url": "https://files.pythonhosted.org/packages/26/23/956b5ffbd1b473fa96ad4aa7918cfbf4616b58f4c9de8c9fd52c6ccf9141/Flask-APScheduler-1.13.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-07 12:44:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "viniciuschiele",
"github_project": "flask-apscheduler",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "flask-apscheduler"
}