aboutsummaryrefslogtreecommitdiff
path: root/python/arrow/README
diff options
context:
space:
mode:
authorJostein Berntsen <jbernts@broadpark.no>2018-03-09 08:40:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-09 08:40:12 +0700
commit2347477e1835ee5eee1eb239d3a6ae14604b4f19 (patch)
tree2161e943ebaa28f3a0d9c9c80255c96f4b62cec0 /python/arrow/README
parent835c052d8620b1dbb73796a3ab5463f2441d2f12 (diff)
python/arrow: Added (python library for dates, times).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/arrow/README')
-rw-r--r--python/arrow/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/arrow/README b/python/arrow/README
new file mode 100644
index 0000000000000..eff6722e05a5e
--- /dev/null
+++ b/python/arrow/README
@@ -0,0 +1,6 @@
+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.