summaryrefslogtreecommitdiffstats
path: root/python/APScheduler/README
diff options
context:
space:
mode:
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.