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
Release history Release notifications | RSS feed
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)
Built Distribution
joplan-0.0.1-py3-none-any.whl
(3.9 kB
view hashes)