diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-21 22:26:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:53 +0700 |
commit | 8efa473dacd2f9079d2395c82c62f512a003437b (patch) | |
tree | 7e7f361a1454cc2b3378f393c45dc8e1cb55a0e2 /python/APScheduler/README | |
parent | 996964e2363bf9f25dc4b599220bc6dacae622da (diff) |
python/APScheduler: Added (Advanced Python Scheduler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/APScheduler/README')
-rw-r--r-- | python/APScheduler/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/APScheduler/README b/python/APScheduler/README new file mode 100644 index 0000000000000..40709723c8fc6 --- /dev/null +++ b/python/APScheduler/README @@ -0,0 +1,3 @@ +Advanced Python Scheduler (APScheduler) is a Python library +that lets you schedule your Python code to be executed later, +either just once or periodically. |