aboutsummaryrefslogtreecommitdiff
path: root/python/python3-arrow/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-12-23 08:34:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 08:34:30 +0700
commit3e48bae280656e77a5cf0dc6ff32540d5f378c7b (patch)
tree7256cb7d7be8b560321ac0856353b3ecbc6b8c14 /python/python3-arrow/README
parent185cfe6801e04f251c1e4b25ffa1d5bdd4984ebc (diff)
python/python3-arrow: Added (python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-arrow/README')
-rw-r--r--python/python3-arrow/README8
1 files changed, 8 insertions, 0 deletions
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.