Skip to main content

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

  1. Description
  2. Installation
  3. Usage
  4. Example

Description

Web UI for seamless interaction with APScheduler job schedulers, ready to use out of the box.

Downloads

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.

image

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.6.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

schedule_manager_ui-0.0.6-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page