From 52001dbf4eda64026b5506946b7087053c9c9613 Mon Sep 17 00:00:00 2001 From: Fabio Cicerchia Date: Tue, 25 Aug 2026 21:51:13 +0200 Subject: [PATCH] Add cron-translate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c123552aee..e132880ee3 100644 --- a/README.md +++ b/README.md @@ -1033,6 +1033,7 @@ _Libraries for asynchronous, concurrent and parallel execution. Also see [awesom _Libraries for working with dates and times._ +- [cron-translate](https://github.com/fabiocicerchia/cron-translate) - Translates cron expressions to/from plain English, with timezone support and a next-N-runs preview. - [zoneinfo](https://docs.python.org/3/library/zoneinfo.html) - (Python standard library) IANA time zone support. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python. - [python-dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/3/library/datetime.html) module. - [dateparser](https://github.com/scrapinghub/dateparser) - A Python parser for human-readable dates in dozens of languages.