From 3e48bae280656e77a5cf0dc6ff32540d5f378c7b Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 23 Dec 2022 08:34:30 +0700 Subject: python/python3-arrow: Added (python library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-arrow/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-arrow/README (limited to 'python/python3-arrow/README') diff --git a/python/python3-arrow/README b/python/python3-arrow/README new file mode 100644 index 0000000000..ac1f7ad4d4 --- /dev/null +++ b/python/python3-arrow/README @@ -0,0 +1,8 @@ +Arrow is a Python library that offers a sensible, human-friendly +approach to creating, manipulating, formatting and converting dates, +times, and timestamps. It implements and updates the datetime type, +plugging gaps in functionality, and provides an intelligent module API +that supports many common creation scenarios. Simply put, it helps you +work with dates and times with fewer imports and a lot less code. + +This is the Python 3 version of the Arrow library. -- cgit v1.2.3