summaryrefslogtreecommitdiffstats
path: root/python/APScheduler/README
diff options
context:
space:
mode:
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
commit8efa473dacd2f9079d2395c82c62f512a003437b (patch)
tree7e7f361a1454cc2b3378f393c45dc8e1cb55a0e2 /python/APScheduler/README
parent996964e2363bf9f25dc4b599220bc6dacae622da (diff)
downloadslackbuilds-8efa473dacd2f9079d2395c82c62f512a003437b.tar.gz
slackbuilds-8efa473dacd2f9079d2395c82c62f512a003437b.tar.xz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/APScheduler/README b/python/APScheduler/README
new file mode 100644
index 0000000000..40709723c8
--- /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.