From 9a0cb3215cd4455e43415d49cd4d3765c5962b49 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Mar 2023 21:43:29 +0700 Subject: python/python3-schedule: Added (Python job scheduling for humans). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-schedule/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-schedule/README (limited to 'python/python3-schedule/README') diff --git a/python/python3-schedule/README b/python/python3-schedule/README new file mode 100644 index 0000000000..4c5dd8eb6f --- /dev/null +++ b/python/python3-schedule/README @@ -0,0 +1,3 @@ +Run Python functions (or any other callable) periodically using +a friendly syntax. + -- cgit v1.2.3