Skip to main content

Python Simple Job Scheduling.

Project description

JoPlan - Arrange Jobs as Plan

Installation

$ pip install joplan

Usage

from joplan import do, every, Plan

Plan([
    do('pkg.mod.func1').every('5s'),
    do('pkg.mod.func2').every('3m'),
]).run()

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

joplan-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

joplan-0.0.1-py3-none-any.whl (3.9 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