Web UI for seamless interaction with APScheduler job schedulers, ready to use out of the box. Execution logs history is availble.
Project description
schedule-manager-ui
Table of Contents
Description
Web UI for seamless interaction with APScheduler job schedulers, ready to use out of the box.
Installation
You can use pip
to install.
pip install schedule-manager-ui
Usage
from flask import Flask
from apscheduler.schedulers.background import BackgroundScheduler
from schedule_manager_ui import ScheduleManager
app = Flask(__name__)
scheduler = BackgroundScheduler()
sm = ScheduleManager(app, scheduler)
Example
Following interface can be accessed via /schedule-manager-ui
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
schedule_manager_ui-0.0.7.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file schedule_manager_ui-0.0.7.tar.gz
.
File metadata
- Download URL: schedule_manager_ui-0.0.7.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00efed682b96d9c2fee8c3020939d53f4837b558fb8163a8326aa68738028d41 |
|
MD5 | e464bce21574e9c63a2e9c02a33bb1d9 |
|
BLAKE2b-256 | ae6e3ba927bb4e2a76f4ac4d459ba0078acfcae739ebe48f6487bcf89b2557da |
File details
Details for the file schedule_manager_ui-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: schedule_manager_ui-0.0.7-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d280dc925144ec3f60f2ab89b23218b4181e8785be2175ed079335f0ead220d3 |
|
MD5 | 518b29581e5dd6b2eaa138fc965b4100 |
|
BLAKE2b-256 | 2341cecd3373b0986a8a47b172e35e701a28e351ecde690b906744bc83f5be29 |