summaryrefslogtreecommitdiff
path: root/python/python3-APScheduler/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-06-04 03:24:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:14 +0700
commite2e4fdb34175a6e8049c2468d0436cf733274367 (patch)
tree06232ee2856b3f4a8e329d0195b6c4d88e018c7f /python/python3-APScheduler/README
parentbf418d1d4c76e9fa80dd129d269cf941ba16e4fc (diff)
downloadslackbuilds-e2e4fdb34175a6e8049c2468d0436cf733274367.tar.gz
python/python3-APScheduler: Added (Advanced Python Scheduler)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-APScheduler/README')
-rw-r--r--python/python3-APScheduler/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-APScheduler/README b/python/python3-APScheduler/README
new file mode 100644
index 0000000000..4693b83f24
--- /dev/null
+++ b/python/python3-APScheduler/README
@@ -0,0 +1,3 @@
+Advanced Python Scheduler (python3-APScheduler) is a Python library
+that lets you schedule your Python code to be executed later, either
+just once or periodically.