summaryrefslogtreecommitdiffstats
path: root/python/python3-arrow/README
diff options
context:
space:
mode:
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.