From 733735c74e60cd66061511bf5c3dee8254ce4936 Mon Sep 17 00:00:00 2001 From: Kishan Pipariya <39761387+KishanPipariya@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:42:15 +0530 Subject: [PATCH 1/2] Add 'whenever' library to Date & Time section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30dd093..b42798f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ This list tracks the growing movement of Python projects leveraging Rust for the ## Date & Time - [pendulum](https://github.com/python-pendulum/pendulum) - Python datetimes made easy; performance-critical parts rewritten from C to Rust in v3. +- [whenever](https://github.com/ariebovenberg/whenever) - Typed and DST-safe datetimes for Python ## Data Structures From e1b350c4abcaacf4f23bc9a68332c5dafd66fab6 Mon Sep 17 00:00:00 2001 From: Kishan Pipariya <39761387+KishanPipariya@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:54:55 +0530 Subject: [PATCH 2/2] Fix punctuation in 'whenever' description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42798f..2211e88 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This list tracks the growing movement of Python projects leveraging Rust for the ## Date & Time - [pendulum](https://github.com/python-pendulum/pendulum) - Python datetimes made easy; performance-critical parts rewritten from C to Rust in v3. -- [whenever](https://github.com/ariebovenberg/whenever) - Typed and DST-safe datetimes for Python +- [whenever](https://github.com/ariebovenberg/whenever) - Typed and DST-safe datetimes for Python. ## Data Structures